Hand Tracking menu ruins game play
The first thing people do with hand tracking is look at their hands. The second thing they do is touch their fingers. Then Quest shuts down the game; because that's the hand gesture Meta chose as an 'escape' key. I encourage players to see/feel their hands in the experience because it is so much more enjoyable and immersive. Literally the entire point of mixed reality. This menu punishes all that fun with a distracting, overly sensitive button that apparently cannot be disabled. But can it be delayed? Ideally, the icon would not appear until after touching (and holding) thumb/finger together for 2 seconds, then become active (similar to holding controller's menu button down to reset view). I understand Quest "needs" an escape gesture, but not if it constantly interrupts everything. Anyone else dealing with this? Found another solution or workaround?1.9KViews5likes6CommentsHow to disable Quest recentering in Unity XR 2019.3?
Previously we could just call `ovrp_SetReorientHMDOnControllerRecenter(false);`, and set the tracking level to stage, but using the XR Plugin workflow, it looks like even though this method returns true, it's not honored, and the recenter will still teleport you manually. The comments layout why you would want to disable it: > /// If true, the Reset View in the universal menu will cause the pose to be reset. This should generally be > /// enabled for applications with a stationary position in the virtual world and will allow the View Reset > /// command to place the person back to a predefined location (such as a cockpit seat). > /// Set this to false if you have a locomotion system because resetting the view would effectively teleport > /// the player to potentially invalid locations. Also, `ovrp_GetAppShouldRecenter()` seems to always return false, even during a recentering operation. So I have no idea why AllowRecenter used to work on the Quest, but the calls appear to not be working now, in 2019.3. So, in 2019.3, using the new XR Plugin system -- how can I disable location recentering, so that the player can't use it to teleport behind walls, etc.?7.6KViews1like5Comments