You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attach both controllers in Steam VR_Controller Manager in the named slots ('Left' and 'Right')
Attach both controllers in Steam VR_Controller Manager to the 'objects' array
Start the app and hit the Steam Menu button to get to the Steam Menu
Hit the Steam Menu button again to exit back to your app -- your controller models have now irreversibly disappeared
The issue comes that the controller gameobjects under CameraRig are hidden twice if they exist in both Left/Right and 'objects', but only unhidden once. Hiding consists of creating a new GameObject called 'hidden' and making it a parent of the controller gameobjects, and is presumably done somewhere within the SteamVR plugin.
Maybe use HashSet to avoid duplicate entries when updating this.objects.
The text was updated successfully, but these errors were encountered: