What's new in version 6.2
This release includes the following significant changes:
New features
Trackable GameObject hierarchy
- Changed the Transform hierarchy of trackable GameObjects spawned by Manager components to reflect the scene hierarchy reported by the provider.
- Added
parentIdfield to all trackable struct types:XRAnchor,XRBoundingBox,XREnvironmentProbe,XRFace,XRHumanBody,XRTrackedImage,XRTrackedObject,XRParticipant,BoundedPlane,XRPointCloud, andXRRaycast. Providers can use this field to indicate scene hierarchy information.
Other API additions
- Added constructors and
defaultValueproperties toXRSaveAnchorResult,XRLoadAnchorResult, andXREraseAnchorResultstructs. - Added
SerializableGuid.AsByteNativeArrayto convert aSerializableGuidto aNativeArray<byte>.
For a full list of changes in this version including backwards-compatible bugfixes, refer to the package changelog.