artoolkitx / arunityx

artoolkitX for Unity, providing high-performance video acquisition, marker and texture tracking and full Unity Editor support
https://www.artoolkitx.org/
Other
43 stars 22 forks source link

Exclude folders in the "Packages" folder unless they are an actual dependency #46

Closed SimonDarksideJ closed 1 year ago

SimonDarksideJ commented 1 year ago

The current .UnityPackage for the project is polluting the Unity project with external package dependencies that are not part of the ARUnityX package.

I recommend excluding these from the export until https://github.com/artoolkitx/arunityx/issues/41 can be done.

philip-lamb commented 1 year ago

This is an error in the packaging script, it shouldn't be scooping anything from Library, ProjectSetttings, or Packages.

philip-lamb commented 1 year ago

Fixed in https://github.com/artoolkitx/arunityx/pull/47