فهرست منبع

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;
             }
         }