Merge pull request #2432 from sh0ou/add-testrunner-dependencies

Add Dependencies com.unity.test-framework
This commit is contained in:
ousttrue
2024-09-12 16:42:34 +09:00
committed by GitHub

View File

@@ -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"
}
]
}
}