- AVPlayerViewControllers that have an AVPlayer with a mute state equal to true will automatically be unmuted when the volume is adjusted by the user through the system-provided volume controls. (133892428)
- Workaround: If one or more AVPlayerViewControllers are active at the same time, video playback must be managed accordingly to avoid audio overlapping between AVPlayers. Otherwise, no workaround is required.
- Using .shadow in SpatialTrackingSession does not work on devices without LIDAR sensors. (132124802)
- Workaround: Enable .plane as well as .shadow.
- The AudioGeneratorController might not immediately begin playback if the RealityKit.Scene doesn't receive an update. (133335897)
- 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. (133999846) (FB14818360)
- faceCaptureQuality is now replaced by captureQuality.score on FaceObservation. (132508104)