diff --git a/Editor/EmotePrefab.cs b/Editor/EmotePrefab.cs index c03ef96..0667b21 100644 --- a/Editor/EmotePrefab.cs +++ b/Editor/EmotePrefab.cs @@ -11,7 +11,6 @@ using com.github.pandrabox.emoteprefab.runtime; using static com.github.pandrabox.emoteprefab.runtime.Generic; using com.github.pandrabox.emoteprefab.editor; -using Pan.Lib; [assembly: ExportsPlugin(typeof(EmotePrefabPass))] diff --git a/Editor/MyTest.cs b/Editor/MyTest.cs index 209f0f8..0bbd480 100644 --- a/Editor/MyTest.cs +++ b/Editor/MyTest.cs @@ -9,11 +9,12 @@ using UnityEditor.Animations; using VRC.SDK3.Avatars.Components; using com.github.pandrabox.emoteprefab.runtime; -using Pan.Lib; +using static com.github.pandrabox.emoteprefab.runtime.Generic; +using com.github.pandrabox.emoteprefab.editor; [assembly: ExportsPlugin(typeof(MyTestPass))] -namespace Pan.Lib +namespace com.github.pandrabox.emoteprefab.runtime { /// /// To call from Unity menu (Debug Only, Comment out upon release.)