From 42824e5c155f418c03c705e2b82c2ff832250ec5 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Thu, 26 Feb 2026 21:39:04 +0900 Subject: [PATCH] Update Packages/VRM10/Runtime/IO/Vrm10Importer.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Packages/VRM10/Runtime/IO/Vrm10Importer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Packages/VRM10/Runtime/IO/Vrm10Importer.cs b/Packages/VRM10/Runtime/IO/Vrm10Importer.cs index ae51eb0ae..557b51b7d 100644 --- a/Packages/VRM10/Runtime/IO/Vrm10Importer.cs +++ b/Packages/VRM10/Runtime/IO/Vrm10Importer.cs @@ -6,7 +6,6 @@ using System.Threading.Tasks; using UniGLTF; using UniGLTF.Extensions.VRMC_springBone_limit; using UniGLTF.Utils; -using UnityEditor.Experimental.GraphView; using UnityEngine; namespace UniVRM10