From 02a62a27d458b480c016e22333b55060789b877d Mon Sep 17 00:00:00 2001 From: kou_yeung Date: Sun, 29 Dec 2024 17:03:04 +0900 Subject: [PATCH] remove unused namespace --- Assets/WebGLSupport/WebGLInput/Detail/RebuildChecker.cs | 4 +--- .../WebGLInput/UIToolKit/WebGLUIToolkitTextField.cs | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Assets/WebGLSupport/WebGLInput/Detail/RebuildChecker.cs b/Assets/WebGLSupport/WebGLInput/Detail/RebuildChecker.cs index 01b1383..d64deff 100644 --- a/Assets/WebGLSupport/WebGLInput/Detail/RebuildChecker.cs +++ b/Assets/WebGLSupport/WebGLInput/Detail/RebuildChecker.cs @@ -1,6 +1,4 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; +using UnityEngine; namespace WebGLSupport.Detail { diff --git a/Assets/WebGLSupport/WebGLInput/UIToolKit/WebGLUIToolkitTextField.cs b/Assets/WebGLSupport/WebGLInput/UIToolKit/WebGLUIToolkitTextField.cs index df03f87..f714a84 100644 --- a/Assets/WebGLSupport/WebGLInput/UIToolKit/WebGLUIToolkitTextField.cs +++ b/Assets/WebGLSupport/WebGLInput/UIToolKit/WebGLUIToolkitTextField.cs @@ -1,6 +1,5 @@ using UnityEngine; using UnityEngine.UIElements; -using UnityEngine.Windows; namespace WebGLSupport {