Beispiel #1
0
        // Start is called before the first frame update

        private void Awake()
        {
            if (instance == null)
            {
                instance = this;
            }
        }
        private void Awake()
        {
            if (instance == null)
            {
                instance = this;
            }

            isometricCamera  = Camera.main;
            Cursor.lockState = CursorLockMode.Confined;
        }
Beispiel #3
0
 private void Start()
 {
     cameraHandler = CameraHandler.instance;
 }