com.unity.polyspatial.visionos 2.1.2

com.unity.polyspatial.visionos

Source docs
Notes: processedReleased December 2, 2024

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 6000.0 (22f1)

Package Dependencies

Features

    📈 Improvements

    • Restored `PolySpatialWindowManagerAccess.entityForIdentifier`/`identifierForEntity` that was removed when adding multi-volume support and added `entitiesForUnityInstanceId` to return Entities from all volumes.
    • Improved performance of blend shapes by enabling asynchronous processing.
    • Entities merged via static batching now include the source entities' synchronized components (sort groups, image based light receivers, environment lighting configurations, grounding shadows, and hover effects).
    • Updated Metal Samples presentation image and added known limitations section to the Play to Device Section.
    • ### Deprecated

    API Changes

      🔧 Bug Fixes

      • Fixed edge cases with blend shape support: support meshes with no vertices and meshes with no bone weights.
      • Fixed issue where raycastable UGUI components would not be removed from scene when hidden (when scrolling, e.g.)
      • Fixed a bug with tracked images over play to device.
      • ### Security