Hello
In my app i want to change from ar camera to a standart unity camera (with a gyroscope skript for a panorama view) but the app freezes if im doing so. Im using the folowing code inside a button appering if a certain object is tracked.
MoveCam.enabled=ture;
ARCAM.enabled=false;
off course i have decalred 2 public variable containig the corresponding camera gameobjects.
Any idear wahts going wrong?
Thank you at the moment i keep both cameras enabled at the same time and disable the gamobject the move camera is pointing at. This workaround seams to work. but i will try your suggestion.