I can instantiate a few types of object in VR game mode when I press various buttons, but when I exit game mode they disappear?
How can I make the gameobjects I instantiate stay when I stop VR and I’m back in scene mode?
I’m trying to instantiate objects in VR, and when I exit VR, I want the objects I instantiated to be in the scene. I thought of DontDestroyOnLoad but I dont know if that would do the trick? And I wouldnt know how to implement it in my code if it would