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