Skip to content

Release 1.1.29

Compare
Choose a tag to compare
@ChristopherManthei ChristopherManthei released this 19 Dec 13:53

Important Service Updates

  • SDK updated to version 1.1.29
  • 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.