Does anyone know how to disable that new VisionOS 2 menu hand gesture from appearing in my game? It’s a cool feature but it’s very obtrusive in my game.
There is an Apple developer forum question about this, but it didn’t explain exactly how to disable that hand menu gesture from appearing, though it does seem like it’s possible to do this.
https://developer.apple.com/forums/thread/757044?login=true&page=1#798976022
Hello! This came up in another thread. At the moment, you would have to modify the Swift files generated for the Xcode project to add this, but we plan to add an option for it in the editor.
1 Like
Thanks for that update.
I found that when I build my app with the current version of Xcode, Xcode 15 instead of 16, those menus are hidden automatically. But I’m sure when Xcode 16 becomes the main thing, this will be needed.
1 Like