Steam VR HTC Vive: When I change scenes, the Vive controller is no longer tracking positions.
So I am working on a project which requires me to use the same Vive controller setup across many scenes so I use don't destroy on load. The issue is whenever i change a scene the position tracking of the controllers is no longer functioning; although the buttons for the controllers are functioning fine. Has anyone ran into this issue before? Your expertise would be greatly appreciated.
Could you fix this issue? I'm having the same issue here. Using multiple scenes and unload / load additive makes the controller stop tracking.
Answer by Propagant · Jul 22, 2019 at 10:50 AM
Just figured it out... The problem was in script SteamVR_ActivateActionSetOnLoad. When I disabled the script and loaded the level again at runtime, all was good. So I checked out the script and commented function OnDestroy. Now it works as it should. Hope that helped!