I'm trying to change scenes using Google Cardboard on an iPhone. I'm using
SceneManager.LoadScene("Scene2");
In the start() function of the FPS Controller. And have
using UnityEngine.SceneManagement;
At the top.
It works find in Unity, but when I build it on my phone, it crashes when it should load the new scene.
↧