From c8795cd3f800cd76d4b380211502a1bb9524f93f Mon Sep 17 00:00:00 2001
From: Bjoern Esswein <692-bessw@users.noreply.gl.kwarc.info>
Date: Mon, 5 Aug 2024 17:01:26 +0200
Subject: [PATCH] remove all unused imports (some of them break the builds)

---
 Assets/Scripts/InteractionEngine/Gadgets/GadgetBehaviour.cs | 1 -
 Assets/Scripts/UI/HideUI_mobile.cs                          | 1 -
 Assets/Scripts/UI/InGame/SwitchScrollUI.cs                  | 2 --
 Assets/Standard Assets/Utility/AutoMobileShaderSwitch.cs    | 1 -
 Packages/bessw.unity.webview                                | 2 +-
 5 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/Assets/Scripts/InteractionEngine/Gadgets/GadgetBehaviour.cs b/Assets/Scripts/InteractionEngine/Gadgets/GadgetBehaviour.cs
index 57c0ebac..2c968474 100644
--- a/Assets/Scripts/InteractionEngine/Gadgets/GadgetBehaviour.cs
+++ b/Assets/Scripts/InteractionEngine/Gadgets/GadgetBehaviour.cs
@@ -5,7 +5,6 @@
 using UnityEngine;
 using UnityEngine.Events;
 using UnityEngine.UI;
-using static UIconfig;
 
 
 public class GadgetBehaviour : MonoBehaviour, ISerializationCallbackReceiver
diff --git a/Assets/Scripts/UI/HideUI_mobile.cs b/Assets/Scripts/UI/HideUI_mobile.cs
index 6dc8e19d..face97d0 100644
--- a/Assets/Scripts/UI/HideUI_mobile.cs
+++ b/Assets/Scripts/UI/HideUI_mobile.cs
@@ -3,7 +3,6 @@
 using UnityEngine.InputSystem;
 using static CommunicationEvents;
 using static UIconfig;
-using static updateMouseCursor;
 
 public class HideUI_mobile : MonoBehaviour
 {
diff --git a/Assets/Scripts/UI/InGame/SwitchScrollUI.cs b/Assets/Scripts/UI/InGame/SwitchScrollUI.cs
index b9b20bcf..2d6c39b9 100644
--- a/Assets/Scripts/UI/InGame/SwitchScrollUI.cs
+++ b/Assets/Scripts/UI/InGame/SwitchScrollUI.cs
@@ -1,5 +1,3 @@
-using System.Collections;
-using System.Collections.Generic;
 using UnityEngine;
 using UnityEngine.Events;
 
diff --git a/Assets/Standard Assets/Utility/AutoMobileShaderSwitch.cs b/Assets/Standard Assets/Utility/AutoMobileShaderSwitch.cs
index db3c1814..e430a2d4 100644
--- a/Assets/Standard Assets/Utility/AutoMobileShaderSwitch.cs	
+++ b/Assets/Standard Assets/Utility/AutoMobileShaderSwitch.cs	
@@ -1,5 +1,4 @@
 using System;
-using System.Collections.Generic;
 using UnityEngine;
 #if UNITY_EDITOR
 using UnityEditor;
diff --git a/Packages/bessw.unity.webview b/Packages/bessw.unity.webview
index b54ce216..db127971 160000
--- a/Packages/bessw.unity.webview
+++ b/Packages/bessw.unity.webview
@@ -1 +1 @@
-Subproject commit b54ce216768ba77511fd87b5c17739232e0c5775
+Subproject commit db127971a197c67545531322b0ffc31e97c68c85
-- 
GitLab