Exemplo n.º 1
0
 void Awake()
 {
     instance = this;
             #if UNITY_ANDROID
     input = new InputAndroidAlternative();
             #else
     input = new InputPC();
             #endif
     input.Awake();
 }