Skip to content

Instantly share code, notes, and snippets.

@elkraneo
Last active May 2, 2024 09:53
Show Gist options
  • Save elkraneo/53a9f532b0be5414471482cd1bca6ad7 to your computer and use it in GitHub Desktop.
Save elkraneo/53a9f532b0be5414471482cd1bca6ad7 to your computer and use it in GitHub Desktop.

AccessibilityComponent custom rotors breaks VoiceOver

FB13769967

When you try to listen to a custom rotor navigation event inside an AccessibilityComponent, the RealityRender stops working as it would normally. It looks like the .customRotors collection property is emptied, but there are no signs of Entity reconstruction. The focus is also lost, and other entities with custom rotors are reset too. After running the custom rotor on the video, it was impossible to get back to focus, and VoiceOver acted anxious.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment