// void Awake()
 // {
 //     if (!directSend)
 //     {
 //         oscCentralPos = GetComponent<OSCCentralPosition>();
 //     }
 // }
 public override void Start()
 {
     base.Start();
     if (!directSend)
     {
         Debug.Log("not direct send find object in start");
         oscCentralPos = GetComponent <OSCCentralPosition>();
     }
 }
Beispiel #2
0
 public override void Start()
 {
     base.Start();
     oscCentralPos = GetComponent <OSCCentralPosition>();
 }