private void Update() { if (canTransition && CrossPlatformInputManager.GetButtonDown("P1_Fire1")) { fadein.FadeOut(); transition.Transition(); } }