public override void Start() { base.Start(); CFG.ApplyFPSRate(); _humanoidController = this.GetComponent <HumanoidController>(); _playerController = this.GetComponent <PlayerController>(); _questionController = this.GetComponent <QuestionController>(); _humanoidController.enabled = false; _questionController.enabled = false; Setup(); }