microsoft / MixedReality-WorldLockingTools-Unity

Unity tools to provide a stable coordinate system anchored to the physical world.
https://microsoft.github.io/MixedReality-WorldLockingTools-Unity/README.html
MIT License
188 stars 45 forks source link

Error on installation path length #313

Open jorrit-de-vries opened 1 year ago

jorrit-de-vries commented 1 year ago

I was importing the WLT assets through the MixedRealityFeatureTool, and I get the issue of the installation path length as described at https://learn.microsoft.com/en-us/mixed-reality/world-locking-tools/documentation/howtos/initialsetup#a-warning-note-on-installation-path-length. On the contrary to what the note states it has not been fixed (yet).

Unfortunately I cannot mitigate the issue without some manual work, as the this would require a complete restructure of both our build servers and git repository layouts.

I was wondering why the complete package name Microsoft.MixedReality.Unity.FrozenWorld.Engine.1.1.1 must be included in the path, instead of just FrozenWorldEngine or alike. This cange removes 37 chars from the path, and I asume only one version needs to be embedded in the unity package.