Hey guys,
I am struggling with something simple for you I guess ;-)
I have a project with multiple scenes. When pressing a button of the controller, playarea position is saved and then the next scene is loaded. When this scene is loaded, I want to restore the playarea position from the previous scene, using VRTK_DeviceFinder, but that does not work.. (at Start or Awake... why?)
Could you help ?
Maybe I need to have my VRTK setup shared between scenes so that the devicefinder methods are always available... but how to do that ?
Thank you !