diff --git a/Framework/Editor/V1VRC/AnimatorAsCodeFramework.V1VRC.asmdef b/Framework/Editor/V1VRC/AnimatorAsCodeFramework.V1.VRC.asmdef similarity index 90% rename from Framework/Editor/V1VRC/AnimatorAsCodeFramework.V1VRC.asmdef rename to Framework/Editor/V1VRC/AnimatorAsCodeFramework.V1.VRC.asmdef index 6227996..272e894 100644 --- a/Framework/Editor/V1VRC/AnimatorAsCodeFramework.V1VRC.asmdef +++ b/Framework/Editor/V1VRC/AnimatorAsCodeFramework.V1.VRC.asmdef @@ -1,5 +1,5 @@ { - "name": "AnimatorAsCodeFramework.V1VRC", + "name": "AnimatorAsCodeFramework.V1.VRC", "references": [ "GUID:7b32145194168e0409534fc5052b85ce" ], diff --git a/Framework/Editor/V1VRC/AnimatorAsCodeFramework.V1VRC.asmdef.meta b/Framework/Editor/V1VRC/AnimatorAsCodeFramework.V1.VRC.asmdef.meta similarity index 100% rename from Framework/Editor/V1VRC/AnimatorAsCodeFramework.V1VRC.asmdef.meta rename to Framework/Editor/V1VRC/AnimatorAsCodeFramework.V1.VRC.asmdef.meta diff --git a/Framework/Editor/V1VRCDestructiveWorkflow/AnimatorAsCodeFramework.V1VRCDestructiveWorkflow.asmdef b/Framework/Editor/V1VRCDestructiveWorkflow/AnimatorAsCodeFramework.V1.VRCDestructiveWorkflow.asmdef similarity index 86% rename from Framework/Editor/V1VRCDestructiveWorkflow/AnimatorAsCodeFramework.V1VRCDestructiveWorkflow.asmdef rename to Framework/Editor/V1VRCDestructiveWorkflow/AnimatorAsCodeFramework.V1.VRCDestructiveWorkflow.asmdef index ae79d57..bf62dd3 100644 --- a/Framework/Editor/V1VRCDestructiveWorkflow/AnimatorAsCodeFramework.V1VRCDestructiveWorkflow.asmdef +++ b/Framework/Editor/V1VRCDestructiveWorkflow/AnimatorAsCodeFramework.V1.VRCDestructiveWorkflow.asmdef @@ -1,5 +1,5 @@ { - "name": "AnimatorAsCodeFramework.V1VRCDestructiveWorkflow", + "name": "AnimatorAsCodeFramework.V1.VRCDestructiveWorkflow", "references": [ "GUID:7b32145194168e0409534fc5052b85ce" ], diff --git a/Framework/Editor/V1VRCDestructiveWorkflow/AnimatorAsCodeFramework.V1VRCDestructiveWorkflow.asmdef.meta b/Framework/Editor/V1VRCDestructiveWorkflow/AnimatorAsCodeFramework.V1.VRCDestructiveWorkflow.asmdef.meta similarity index 100% rename from Framework/Editor/V1VRCDestructiveWorkflow/AnimatorAsCodeFramework.V1VRCDestructiveWorkflow.asmdef.meta rename to Framework/Editor/V1VRCDestructiveWorkflow/AnimatorAsCodeFramework.V1.VRCDestructiveWorkflow.asmdef.meta diff --git a/Tests/V1VRC/PlayMode/AacPlayModeTests.asmdef b/Tests/V1VRC/PlayMode/AacPlayModeTests.asmdef index a38f836..c981bf0 100644 --- a/Tests/V1VRC/PlayMode/AacPlayModeTests.asmdef +++ b/Tests/V1VRC/PlayMode/AacPlayModeTests.asmdef @@ -4,7 +4,7 @@ "UnityEngine.TestRunner", "UnityEditor.TestRunner", "AnimatorAsCodeFramework.V1", - "AnimatorAsCodeFramework.V1VRC" + "AnimatorAsCodeFramework.V1.VRC" ], "includePlatforms": [], "excludePlatforms": [],