void Awake()
 {
     cubePickerUI = GetComponentInParent <CubePickerUI>();
 }
Beispiel #2
0
 void Awake()
 {
     cpUIL = goLeft.GetComponent <CubePickerUI>();
     cpUIR = goRight.GetComponent <CubePickerUI>();
 }