Beispiel #1
0
 // Start is called before the first frame update
 void Start()
 {
     // Input init
     interactionInputData.Reset();
     inputLook.init();
     if (!inputLook.Equals(inputMove))
     {
         inputMove.init();
     }
 }