diff --git a/Assets/Scripts/Project/Manager/OfficeManager.cs b/Assets/Scripts/Project/Manager/OfficeManager.cs index 755092c..4fb5792 100644 --- a/Assets/Scripts/Project/Manager/OfficeManager.cs +++ b/Assets/Scripts/Project/Manager/OfficeManager.cs @@ -20,7 +20,7 @@ public class OfficeManager : SingletonMono /// public MobileController mobileController; private FirstPersonController firstPersonController; - void Start() + protected override void Awake() { firstPersonController = GameObject.FindGameObjectWithTag("Player").GetComponent(); firstPersonController.gameObject.SetActive(false);