Преглед изворни кода

Increase textbox limit to 999

Bepis пре 6 година
родитељ
комит
98363bbddb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Plugins/InputUnlocker/InputUnlocker.cs

+ 1 - 1
Plugins/InputUnlocker/InputUnlocker.cs

@@ -15,7 +15,7 @@ namespace InputUnlocker
         {
             foreach (UnityEngine.UI.InputField gameObject in GameObject.FindObjectsOfType<UnityEngine.UI.InputField>())
             {
-                gameObject.characterLimit = 99;
+                gameObject.characterLimit = 999;
             }
         }