Skip to content

Instantly share code, notes, and snippets.

@tomkrikorian
Created August 29, 2024 11:25
Show Gist options
  • Select an option

  • Save tomkrikorian/116ea3e27dc9332afc781530c6374eb7 to your computer and use it in GitHub Desktop.

Select an option

Save tomkrikorian/116ea3e27dc9332afc781530c6374eb7 to your computer and use it in GitHub Desktop.

visionOS 2 Beta 8 Changelog

AVKit

Known Issues

  • 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.

RealityKit

Known Issues

  • 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)

Vision Framework

Deprecations

  • faceCaptureQuality is now replaced by captureQuality.score on FaceObservation. (132508104)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment