From 9aea31c9516c38625b496be86fe29d7d8720b98d Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 31 Oct 2023 16:40:34 +0900 Subject: [PATCH] remove using --- Assets/UniGLTF/Runtime/MeshUtility/MeshIntegrator.cs | 3 --- Assets/VRM10/Runtime/MeshUtility/Vrm10MeshUtility.cs | 2 -- 2 files changed, 5 deletions(-) diff --git a/Assets/UniGLTF/Runtime/MeshUtility/MeshIntegrator.cs b/Assets/UniGLTF/Runtime/MeshUtility/MeshIntegrator.cs index 92f12760d4..8bd4e75148 100644 --- a/Assets/UniGLTF/Runtime/MeshUtility/MeshIntegrator.cs +++ b/Assets/UniGLTF/Runtime/MeshUtility/MeshIntegrator.cs @@ -1,8 +1,5 @@ -using System; using System.Collections.Generic; using System.Linq; -using System.Runtime.CompilerServices; -using System.Text.RegularExpressions; using UnityEngine; namespace UniGLTF.MeshUtility diff --git a/Assets/VRM10/Runtime/MeshUtility/Vrm10MeshUtility.cs b/Assets/VRM10/Runtime/MeshUtility/Vrm10MeshUtility.cs index 639c48920e..021bdc8a35 100644 --- a/Assets/VRM10/Runtime/MeshUtility/Vrm10MeshUtility.cs +++ b/Assets/VRM10/Runtime/MeshUtility/Vrm10MeshUtility.cs @@ -1,11 +1,9 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Net.WebSockets; using UniGLTF.MeshUtility; using UniHumanoid; using UnityEngine; -using VrmLib; namespace UniVRM10 {