Exemplo n.º 1
0
 void Update()
 {
     transform.localPosition = Vector3.up * (moveWidth * (MidiInput.GetController(channel) - 0.5f));
 }