- Fixed: Resolved an issue where iPhone and iPad apps on Apple Silicon Mac and Apple Vision Pro quit unexpectedly if MarketplaceKit is linked.
- Known Issues:
- Using
.shadow
in SpatialTrackingSession does not work on devices without LIDAR sensors. Workaround: Enable.plane
as well as.shadow
. - The AudioGeneratorController might not immediately begin playback if the RealityKit.Scene doesn't receive an update. Workaround: Trigger an update to the RealityKit.Scene by modifying a @State variable, or calling entities(matching:when:) in the context of custom System's update method.
- RealityRenderer might be missing material inputs.
- Using
- Known Issues:
- Navigation configurations that include TabView must have the TabView as the root for the TabBar to appear. Workaround: Reconfigure your navigation stack to ensure TabViews are not contained within other Navigation Controllers.
- Deprecations:
faceCaptureQuality
is now replaced bycaptureQuality.score
on FaceObservation.