Search Unity

How to Create NewScene or OpenScene on EditorVR

Discussion in 'EditorXR' started by anandapoudel1, Oct 18, 2018.

  1. anandapoudel1

    anandapoudel1

    Joined:
    Jan 30, 2017
    Posts:
    4
    Hey there!
    I am new to EditorVR, I am trying to switch/create scenes while I am using EditorVR. I can see all the scenes on the panel but I can't seem to add new one or open the existing one. Any help is appreciated.

    -AP
     
  2. amirebrahimi_unity

    amirebrahimi_unity

    Joined:
    Aug 12, 2015
    Posts:
    400
    Currently, this functionality doesn't exist. I believe there is an issue with switching scenes that would need to get resolved because it causes either a domain reload or flushes the state that is needed by EditorVR. It's possible that utilizing multiple scenes might fix that.

    In the meantime, you'll have to create a new scene or open an existing scene first before launching EditorVR. If you're using Oculus you might try to use desktop mode to switch scene with EditorVR loaded, but I haven't tried that.
     
  3. anandapoudel1

    anandapoudel1

    Joined:
    Jan 30, 2017
    Posts:
    4
    Thanks for the reply! Any idea on how we can close the EditorVR programmatically. I am searching for the right method that would allow to me do that. I am trying to go from EditorVR mode to game Play Mode. Any help is appreciated!
     
  4. amirebrahimi_unity

    amirebrahimi_unity

    Joined:
    Aug 12, 2015
    Posts:
    400