com.unity.xr.management 3.1.0-preview.2
Notes: processedReleased January 10, 2020
Unity Compatibility
Minimum Unity: 2019.3 (0f1)
Package Dependencies
🔄 Changes
- Fix FB 1206103: Serialized loader list is not saved correctly when a new loader asset is created as part of the add operation.
- Fix package checking system to also look at installed packages and not just remotely registered packages. This allows us to see packages the user has locally installed on disk that may not be registered in the package registry.
- Add check to make sure we pick up any class in the project that derives from XRLoader and not just those in packages. This allows a developer to create a loader in their assets folder and use that regardless of installed packages.
