playtest-unity/playtest/Library/PackageCache/com.unity.feature.developme.../package.json

20 lines
868 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "com.unity.feature.development",
"displayName": "Engineering",
"version": "1.0.1",
"type": "feature",
"_upm": {
"quickstart": "https://docs.unity3d.com/2021.2/Documentation/Manual/DeveloperToolsFeature.html"
},
"description": "Optimize your development experience in Unity with the Dev Tools feature set. Enable support for multiple integrated development environments (IDE) for editing your Unity code. Get access to development tools to help you test and analyze your projects performance.",
"dependencies": {
"com.unity.ide.visualstudio": "default",
"com.unity.ide.rider": "default",
"com.unity.ide.vscode": "default",
"com.unity.editorcoroutines": "default",
"com.unity.performance.profile-analyzer": "default",
"com.unity.test-framework": "default",
"com.unity.testtools.codecoverage": "default"
}
}