diff --git a/Scripts/InputModules/GamePadInputModule.cs b/Scripts/InputModules/GamePadInputModule.cs index f58ce8e..1c9c994 100644 --- a/Scripts/InputModules/GamePadInputModule.cs +++ b/Scripts/InputModules/GamePadInputModule.cs @@ -38,7 +38,7 @@ namespace UnityEngine.EventSystems private float m_InputActionsPerSecond = 10; [SerializeField] - private float m_RepeatDelay = 0.5f; + private float m_RepeatDelay = 0.1f; public float inputActionsPerSecond { diff --git a/package.json b/package.json index b4cdd10..7f2f9da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Unity UI Extensions", - "version": "1.0.4", + "version": "1.0.5", "description": "An extension project for the Unity3D UI system, all crafted and contributed by the awesome Unity community", "author": "Simon darkside Jackson <@SimonDarksideJ>", "contributors": [{