com.unity.polyspatial.visionos 2.0.0-pre.11

com.unity.polyspatial.visionos

Source docs
Notes: processedReleased August 20, 2024

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 6000.0 (0b16)

Package Dependencies

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