com.unity.polyspatial.visionos 1.3.9
com.unity.polyspatial.visionos
Source docsNotes: processedReleased September 6, 2024
Unity Compatibility
Minimum Unity: 2022.3 (19f1)
Package Dependencies
- com.unity.polyspatial (1.3.9)
- com.unity.polyspatial.xr (1.3.9)
- com.unity.xr.management (4.4.0)
- com.unity.xr.visionos (1.3.9)
📈 Improvements
- We have narrowed down the conditions under which the package will compile from UNITY\_VISIONOS || UNITY\_IOS || UNITY\_EDITOR\_OSX to (UNITY\_VISIONOS || UNITY\_IOS) && UNITY\_EDITOR\_OSX. This should eliminate compile errors in the case where you had the OSX editor but not the visionOS or iOS platform dependencies.
🔧 Bug Fixes
- Wrap all MonoPInvokeCallback methods in try/catch to avoid potential crashes in player builds.
- Parent SkinnedMeshRenderer bones to parent of the RootBone (so that it's a sibling with the RootBone) rather than to the SkinnedMeshRenderer itself - this fixes an issue where the RootBone was on a different hierarchy than the SkinnedMeshRenderer, and changes applied to the RootBone GameObject didn't affect the bones.
