From b9a268767ceaa78764182d9ca79340eacb2627be Mon Sep 17 00:00:00 2001 From: "Simon (darkside) Jackson" Date: Fri, 9 Oct 2015 20:10:23 +0100 Subject: [PATCH] Updated Package.json version Patchfix to GIM to set lower repeat delay --HG-- branch : develop_4.6 --- Scripts/InputModules/GamePadInputModule.cs | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": [{