Add example Unity Project

This commit is contained in:
Michał Gdula 2023-04-26 01:55:33 +01:00
parent fda7ff28dd
commit e3acdb9d6b
7122 changed files with 505543 additions and 2 deletions

View file

@ -0,0 +1,19 @@
{
"name": "com.unity.ide.rider",
"displayName": "JetBrains Rider Editor",
"description": "Code editor integration for supporting JetBrains Rider as code editor for unity. Adds support for generating csproj files for code completion, auto discovery of installations, etc.",
"version": "1.2.1",
"unity": "2019.2",
"unityRelease": "0a12",
"dependencies": {
"com.unity.test-framework": "1.1.1"
},
"relatedPackages": {
"com.unity.ide.rider.tests": "1.2.1"
},
"repository": {
"type": "git",
"url": "git@github.cds.internal.unity3d.com:unity/com.unity.ide.rider.git",
"revision": "038f7161a30add43d98b31fd686ade12ffb96adb"
}
}