March 2018
Beginner
274 pages
6h 1m
English
Let's add another script/component that will just activate our SceneController. Open up the editor and complete the following:
using UnityEngine;namespace Packt.HoloCore{ public class SceneSwitcher : MonoBehaviour { }}
public Camera mapCamera;
public void SwitchScenes(string sceneName){ SceneController.Instance.LoadScene(sceneName, ...Read now
Unlock full access