Ejemplo n.º 1
0
 void Start()
 {
     serialArduino = GetComponent <SerialArduino>();
     mesh          = GetComponent <MeshRenderer>();
 }
 private void Awake()
 {
     Instance = this;
 }