I’m trying to load a new scene in Unity (5.6.1) with VRTK but having troubles. I’ve tried SceneManager.loadscene (both single and additive modes) which put my VRTK camera in the next scene in the floor and not usable by VRTK. SteamVR_LoadScene options crash unity. I’ve tried checking persist on load in the VRTK manager and the UnloadSDKManager method before LoadScene but nothing seems to be working. Any tips would be appreciated.
Thanks