com.unity.xr.core-utils 2.0.0-pre.5
Notes: processedReleased November 20, 2021
Unity Compatibility
Minimum Unity: 2019.4 (0f1)
Package Dependencies
- com.unity.modules.xr (1.0.0)
📈 Improvements
- Property names so that they adhere to PascalCase.
✨ Features
- Added `XROrigin` menu item to SceneInspector that creates and configures a basic `XROrigin` in the scene.
🔧 Bug Fixes
- Serialization issue where upgrading to [XROrigin](xref:Unity.XR.CoreUtils.XROrigin) from XRRig may cause references to be broken in the component.
- Issue where [XROrigin.CameraInOriginSpacePos](xref:Unity.XR.CoreUtils.XROrigin.CameraInOriginSpacePos) was being miscalculated.
- Issue where the custom Inspector for [XROrigin](xref:Unity.XR.CoreUtils.XROrigin) was not being used.
- Warning message referencing an old property name when a Camera could not be found.
- A reflection issue with [ScriptableSettingsBase.GetInstanceByType](xref:Unity.XR.CoreUtils.ScriptableSettingsBase.GetInstanceByType\(System.Type\)) by renaming `EditorScriptableSettings.instance` to `EditorScriptableSettings.Instance`.
