added camera switch and camera movement inside the hall, will have to add the zooming animation or the transition

This commit is contained in:
Lorenzo
2022-04-18 15:50:00 +02:00
parent 7ea15eedf9
commit 56a926ec34
7 changed files with 11304 additions and 567 deletions

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using UnityEngine;
using UnityEngine.EventSystems;
public class CameraController : MonoBehaviour
public class CameraManager : MonoBehaviour
{
public Transform cam;
public float sensitivity;