Search Unity

IOS App break after return to ARkit Scene from another scene.

Discussion in 'AR' started by SystemDevel, Sep 17, 2019.

  1. SystemDevel

    SystemDevel

    Joined:
    Oct 5, 2013
    Posts:
    36
    SOLVED!!!

    Hi,

    I have a little-big problem with last Unity-ARKit-Plugin . I'm using Unity 2018.4.

    I have 3 scenes on my project.
    Scene 1 - select language and LoadScene 2
    Scene 2 - ARKit Scene with object Anchor. In this scene there is a button that do LoadScene 3
    Scene 3 - has a MiniGame and a Button to return back to Scene 2. LoadScene 2.

    When i go from Scene 3 to Scene 2 the app break.


    There is any thing i have to do before load scene 3 to terminate ARSession?

    Thanks you.
     
    Last edited: Sep 18, 2019
  2. SystemDevel

    SystemDevel

    Joined:
    Oct 5, 2013
    Posts:
    36