Skip to content

Commit 02a62a2

Browse files
committed
remove unused namespace
1 parent 9c819cb commit 02a62a2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Assets/WebGLSupport/WebGLInput/Detail/RebuildChecker.cs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System.Collections;
2-
using System.Collections.Generic;
3-
using UnityEngine;
1+
using UnityEngine;
42

53
namespace WebGLSupport.Detail
64
{

Assets/WebGLSupport/WebGLInput/UIToolKit/WebGLUIToolkitTextField.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using UnityEngine;
22
using UnityEngine.UIElements;
3-
using UnityEngine.Windows;
43

54
namespace WebGLSupport
65
{

0 commit comments

Comments
 (0)