Archived
Private
Public Access
1
0
This repository has been archived on 2026-02-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ProjectBackup/Unity/Landmass Generation/Library/PackageCache/com.unity.feature.development@1.0.1/package.json
2022-11-12 13:10:03 +01:00

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