Пример #1
0
 // Update is called once per frame
 void Start()
 {
     hands = GetComponent <hand_controller>();
 }
Пример #2
0
 // Start is called before the first frame update
 void Start()
 {
     currentObject = hands.GetComponent <hand_controller>();
 }