Forum Discussion

StevenImmerse's avatar
StevenImmerse
Honored Guest
6 years ago

Event for when the user recenters the play area

When the user presses the oculus button it will recenter the playspace for the user which will ruin the experience, is there an event for when this happens or any other way to detect it? 

3 Replies

  • Have you tried assigning another function to the button? It should override the main function


  • Have you tried assigning another function to the button? It should override the main function


    unfortunately that is not a button you can assign to 
  • in V17 (1.49.0) you can now check OVRPlugin.GetLocalTrackingSpaceRecenterCount() - it increments when the oculus button is long-pressed.