he abierto proyecto

wenastrades
This commit is contained in:
Deino 2023-02-26 23:05:18 +01:00
parent bd69e8805a
commit cda2348e62
5 changed files with 66 additions and 18 deletions

View file

@ -8,6 +8,7 @@
"com.unity.ide.visualstudio": "2.0.17",
"com.unity.ide.vscode": "1.2.5",
"com.unity.render-pipelines.universal": "12.1.7",
"com.unity.test-framework": "1.3.3",
"com.unity.textmeshpro": "3.0.6",
"com.unity.ugui": "1.0.0",
"com.unity.modules.ai": "1.0.0",

View file

@ -123,7 +123,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ext.nunit": {
"version": "1.0.6",
"version": "2.0.3",
"depth": 1,
"source": "registry",
"dependencies": {},
@ -213,11 +213,11 @@
}
},
"com.unity.test-framework": {
"version": "1.1.31",
"depth": 1,
"version": "1.3.3",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.ext.nunit": "1.0.6",
"com.unity.ext.nunit": "2.0.3",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0"
},