Search Unity

ARFoundation

Discussion in 'AR/VR (XR) Discussion' started by Deleted User, Mar 28, 2019.

  1. Deleted User

    Deleted User

    Guest

    Hello. Im using ArFoundation and wanted to ask how to reboot the scene? Cause if i reboot the scene in ar it doesnt work after restart.
     
  2. Grimjack2600

    Grimjack2600

    Joined:
    May 7, 2013
    Posts:
    13
    I'm using ARFoundation as well and am rebooting my scene using a straight forward reload:

    Code (CSharp):
    1.                Scene scene = SceneManager.GetActiveScene();
    2.                 SceneManager.LoadScene(scene.name);
    we're not seeing any issues using this method on ARFoundation 1.0.0 preview 22
     
  3. Deleted User

    Deleted User

    Guest

    Well, Glad for you. But im not the only one with this issue.