void Start()
 {
     shootSound         = GetComponent <EffectSoundsManager>();
     OVRculusController = GameObject.FindGameObjectWithTag("PlayerFPS");
     playerController   = OVRculusController.GetComponent <OVRPlayerController>();
 }
Beispiel #2
0
 void Start()
 {
     effectSoundsManager = GetComponent <EffectSoundsManager>();
     pgmControl          = GetComponent <GamePGMController>();
 }