You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conversion: Increased precision of point positions for point clouds that are far away from the origin.
API Changes
Unity (potential breaking change): Missing namespaces have been added, as well as the Editor scripts have been moved into an 'Editor' sub-namespace.
API function SpatialQueryAsync has been split into three variants SpatialQueryAabbAsync, SpatialQuerySphereAsync, and SpatialQueryObbAsync, where existing SpatialQueryAsync function maps to SpatialQueryAabbAsync for backwards compatibility. The two new functions account for different spatial shapes that can be used for the overlap test: Spheres and rotated boxes.
Bug Fixes
The DownloadUnityPackages.ps1 script will now correctly display download errors.
Sample Updates
Showcase: A "Build Guard" script has been introduced, that will actively warn you if you build the Showcase app for an unsupported target platform.