diff --git a/Projects/Standalone/Packages/manifest.json b/Projects/Standalone/Packages/manifest.json index 7f8eb9b65..29d993799 100644 --- a/Projects/Standalone/Packages/manifest.json +++ b/Projects/Standalone/Packages/manifest.json @@ -42,6 +42,7 @@ "com.unity.modules.xr": "1.0.0" }, "testables": [ + "com.unity.cinemachine", "com.unity.cinemachine.tests" ] } diff --git a/com.unity.cinemachine.tests/package.json b/com.unity.cinemachine.tests/package.json index f1f299e05..fe7aed687 100644 --- a/com.unity.cinemachine.tests/package.json +++ b/com.unity.cinemachine.tests/package.json @@ -1,8 +1,8 @@ { "name": "com.unity.cinemachine.tests", + "displayName": "Cinemachine Tests", "type": "tests", "version": "1.0.0", - "displayName": "Cinemachine Tests", "dependencies": { "com.unity.test-framework": "1.1.33" }