You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
868 B
19 lines
868 B
{
|
|
"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 project’s 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"
|
|
}
|
|
}
|
|
|