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

Setup "AR Session" node for compatibility with MRTK. #233

Closed fast-slow-still closed 2 years ago

fast-slow-still commented 2 years ago

MRTK looks for a GameObject named "AR Session", and then looks for the ARSession component on that node. If it doesn't find the node by name, or doesn't find the component on it, it creates a new ARSession component and adds it to the scene.

This change allows MRTK to find the extant ARSession component so it won't create a redundant one. This can have very large performance ramifications, seen on Android Galaxy.

fast-slow-still commented 2 years ago

/azp run

azure-pipelines[bot] commented 2 years ago
Azure Pipelines successfully started running 2 pipeline(s).