From 9cb6a922640bdcfbcfb3749ce6ace052d80734d6 Mon Sep 17 00:00:00 2001 From: sh0u <47475540+sh0ou@users.noreply.github.com> Date: Wed, 11 Sep 2024 20:28:24 +0900 Subject: [PATCH] Update package.json Add dependencies "com.unity.test-framework" --- Assets/UniGLTF/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index 4f4d81254..d2d3cffa0 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -11,7 +11,8 @@ "name": "VRM Consortium" }, "dependencies": { - "com.unity.modules.animation": "1.0.0" + "com.unity.modules.animation": "1.0.0", + "com.unity.test-framework": "1.0.0" }, "samples": [ { @@ -20,4 +21,4 @@ "path": "Samples~/GltfViewer" } ] -} \ No newline at end of file +}