void Start(){ wiicontroller = GetComponent<WiiController> (); simplecontroller = GetComponent<SimpleController> (); wiidblcontroller = GetComponent<WiiDoubleCtrl> (); mouselookmod = gameObject.GetComponentInChildren<MouseLookMod> (); thrustersound = GameObject.Find("Thrusters").GetComponent<ThrusterSound>(); totTime = timer; logdead = false; //InvokeRepeating ("logPlayer", 1f, 1f); //dead = false; log = GetComponent<Log> (); }
// Use this for initialization void Start () { wiictrl = GetComponent<WiiController> (); wiidblctrl = GetComponent<WiiDoubleCtrl> (); }