4.3.1
[4.3.1] - 2022-10-14
Fixed
- Clean up AndroidManifest.xml every XR build to prevent conflicts with other configurations.
- Remove a spurious error when no XR providers were selected
Changes
- Removed dependency on
com.unity.subsystemregistration
package for supported editors (2022.2+)
[4.2.2] - 2022-04-08
Fixed
- Related Bug: FB 1378643.
Fixed an issue where packages that contained XRGeneralSettingsPerBuildTarget
assets could potentially fail to reimport.
- Fixed an issue where
m_RegisteredLoaders
list would not get populated onAwake
at runtime in a built player.
Changes
- Updated documentation with new sections
Manual Lifecycle Handling
,Initializing a Specific Loader
,Changing the Loader List
, and add examples for the new documentation sections.