From 20c4e991b1d9877f5934f6e334b9f5464cd0f967 Mon Sep 17 00:00:00 2001 From: Japa Date: Mon, 27 Feb 2017 22:19:38 +0530 Subject: [PATCH] Fix movement keys not responding after closing stomt, and update remotefortressreader plugins. --- Assets/stomt Collect Player-Feedback/Scripts/StomtPopup.cs | 6 ++++-- .../Plugins/0.43.05-x64/RemoteFortressReader.plug.dll | 4 ++-- .../Plugins/0.43.05-x86/RemoteFortressReader.plug.dll | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Assets/stomt Collect Player-Feedback/Scripts/StomtPopup.cs b/Assets/stomt Collect Player-Feedback/Scripts/StomtPopup.cs index cb20166c9..39c1994be 100644 --- a/Assets/stomt Collect Player-Feedback/Scripts/StomtPopup.cs +++ b/Assets/stomt Collect Player-Feedback/Scripts/StomtPopup.cs @@ -1,5 +1,6 @@ using System.Collections; using UnityEngine; +using UnityEngine.EventSystems; using UnityEngine.UI; namespace Stomt @@ -158,8 +159,9 @@ public void Hide() { // Hide UI _ui.SetActive(false); - } - void Reset() + EventSystem.current.SetSelectedGameObject(null); + } + void Reset() { _targetText.text = _api.TargetName; diff --git a/ReleaseFiles/Plugins/0.43.05-x64/RemoteFortressReader.plug.dll b/ReleaseFiles/Plugins/0.43.05-x64/RemoteFortressReader.plug.dll index 032803f73..0dcaf18d6 100644 --- a/ReleaseFiles/Plugins/0.43.05-x64/RemoteFortressReader.plug.dll +++ b/ReleaseFiles/Plugins/0.43.05-x64/RemoteFortressReader.plug.dll @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6d5904788e468a42a0def9a04f62848a4b718518a2e89a2e327c6ffef0bfe255 -size 1040896 +oid sha256:7f01d1792b7a1d134c42f885c3e7520da47a7a07472f4017be0eded91eae8f70 +size 361984 diff --git a/ReleaseFiles/Plugins/0.43.05-x86/RemoteFortressReader.plug.dll b/ReleaseFiles/Plugins/0.43.05-x86/RemoteFortressReader.plug.dll index 7ed3a90e9..2ca17c9d9 100644 --- a/ReleaseFiles/Plugins/0.43.05-x86/RemoteFortressReader.plug.dll +++ b/ReleaseFiles/Plugins/0.43.05-x86/RemoteFortressReader.plug.dll @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:351022e15e9bf4fce33f7de9b3549e26017bc16bb825d7b3236efb379fc999e1 -size 805888 +oid sha256:0cc49d93bc68f65def1a18f909e121451af8d1e8e95a51a5d0cd4df626d5126a +size 291840