com.unity.polyspatial.visionos 2.0.0-pre.11
com.unity.polyspatial.visionos
Source docsNotes: processedReleased August 20, 2024
Unity Compatibility
Minimum Unity: 6000.0 (0b16)
Package Dependencies
- com.unity.polyspatial (2.0.0-pre.11)
- com.unity.polyspatial.xr (2.0.0-pre.11)
- com.unity.xr.management (4.4.0)
- com.unity.xr.visionos (2.0.0-pre.11)
✨ Features
- PlayToDevice will now limit the editor framerate to 45 by default in order to lower network congestion. The editor sending too many packets over PlayToDevice could cause significant lag and latency for some users. This limit can be changed in the PlayToDevice window.
📈 Improvements
- Duplicate VolumeCameraWindowConfigurations are not allowed - in each project, there can only be one of each of Metal and Unbounded configurations. There can be multiple Bounded configurations, but each Bounded configuration must have a different OutputDimension.
- ### Deprecated
⚡ API Changes
🔧 Bug Fixes
- Wrap all MonoPInvokeCallback methods in try/catch to avoid potential crashes in player builds.
- ### Security
