Ejemplo n.º 1
0
    public static void setTextMode(string identifier)
    {
                #if UNITY_IOS && !UNITY_EDITOR
        TapInputIOS.setTextMode(identifier);
                #endif

                #if UNITY_ANDROID && !UNITY_EDITOR
        TapInputAndroid.Instance.StartTextMode(identifier);
                #endif
    }