From 4a595073588874cf8b288dc2b560f9b5e2f65f38 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Thu, 25 Nov 2021 15:43:38 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=93=E3=83=AB=E3=83=89=E6=99=82=E3=81=AE?= =?UTF-8?q?=E5=8F=82=E7=85=A7=E3=82=A8=E3=83=A9=E3=83=BC=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/VRM10/Runtime/IO/Model/MeshVertex.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/VRM10/Runtime/IO/Model/MeshVertex.cs b/Assets/VRM10/Runtime/IO/Model/MeshVertex.cs index d5926b1b3..192ba51c8 100644 --- a/Assets/VRM10/Runtime/IO/Model/MeshVertex.cs +++ b/Assets/VRM10/Runtime/IO/Model/MeshVertex.cs @@ -1,6 +1,5 @@ using System; using System.Runtime.InteropServices; -using UnityEditor.UI; using UnityEngine; using UnityEngine.Rendering;