Skip to content

Instantly share code, notes, and snippets.

@tomkrikorian
Last active August 13, 2024 12:14
Show Gist options
  • Select an option

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

Select an option

Save tomkrikorian/ac5e50388a3f303e8222e3e4b694d42b to your computer and use it in GitHub Desktop.
visionOS Beta 5 Changelog

visionOS 2 Beta 5 Changelog

General

  • Resolved several issues across various areas including Accessibility, Apps, ARKit, and RealityKit.

Apps

  • Fixed: Compatible iPhone and iPad apps with a deployment target lower than iOS 18 might fail availability checks for iOS 18. (129027935)

ARKit

  • Fixed: Object tracking will now track objects the first time it is authorized, after the user "allows" world sensing. (130072459)
  • Fixed: The client app will no longer crash and object tracking will function correctly when using reference objects or multiple ARKitSessions. (131629145)

RealityKit

  • New: USD files which use blend shapes now render using blend shape animation in RealityKit. (115068837)
  • Fixed: The MeshResource.generateText(_:textOptions:extrusionOptions:) function now correctly converts between meters and points. (124978549)
  • Fixed: Reality files written by beta versions of RealityKit will now load in later versions. (128424173)
  • Fixed: Negative damping values on PhysicsBodyComponent are now automatically set to zero to prevent instability in physics animations. (131167971)
  • Fixed: Calling TextureResource(cubeFromEquirectangular:) no longer crashes. (131197201)

SwiftUI

  • Fixed: When programmatically resizing a volume or window, content now aligns correctly and doesn't get cropped during the transition. The transition animation can now be modified. (126874356)
  • Fixed: In Volumes, scene contents are now positioned correctly and the app is easier to reposition. (129249967)
  • Fixed: The reported amount of immersion is now correct after transitioning among different immersion styles prior to opening the immersive space. (130010129)

Settings

  • Fixed: The General > About pane now shows the correct value for the storage capacity of the device. (130929019)
  • Fixed: Navigating to Settings > General > Storage no longer causes the Settings app to crash if Podcasts hasn't been opened prior. (131180865)

iCloud Drive

  • Fixed: iCloud Drive is now available on the simulator when running on a host using the latest macOS Sequoia. (130783277)

Multiview

  • Fixed: When a video is added into the multiview, the window no longer briefly flickers with a black frame. (131616301)

Reality Composer Pro

  • Known Issue: For nested timelines with Play Audio actions, the audio playback might not stop on pause, and scrubbing the timeline restarts the audio from scratch. (131845717)

WebXR

  • Fixed: Immersive WebXR content now renders correctly on the visionOS simulator. (132107276)

Vision Framework

  • Deprecation: faceCaptureQuality is now replaced by captureQuality.score on FaceObservation. (132508104)

TabView

  • Known Issue: Navigation configurations that include TabView must have the TabView as the root for the TabBar to appear. (132595251)

Settings

  • Known Issue: In Settings > General > Apple Vision Pro Storage, viewing app storage details is not available. (132768086)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment