Updated Unity version to 2021.3.3f1

This commit is contained in:
Jason Durand 2022-06-01 15:30:48 -04:00
parent f90ce60892
commit de275b73ee
5 changed files with 19 additions and 18 deletions

View File

@ -1,10 +1,10 @@
{
"dependencies": {
"com.unity.ide.rider": "3.0.12",
"com.unity.ide.visualstudio": "2.0.14",
"com.unity.ide.rider": "3.0.14",
"com.unity.ide.visualstudio": "2.0.15",
"com.unity.ide.vscode": "1.2.5",
"com.unity.inputsystem": "1.3.0",
"com.unity.render-pipelines.universal": "12.1.5",
"com.unity.render-pipelines.universal": "12.1.6",
"com.unity.test-framework": "1.1.31",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.6.4",

View File

@ -1,7 +1,7 @@
{
"dependencies": {
"com.unity.burst": {
"version": "1.6.4",
"version": "1.6.5",
"depth": 1,
"source": "registry",
"dependencies": {
@ -17,7 +17,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "3.0.12",
"version": "3.0.14",
"depth": 0,
"source": "registry",
"dependencies": {
@ -26,7 +26,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.14",
"version": "2.0.15",
"depth": 0,
"source": "registry",
"dependencies": {
@ -51,14 +51,14 @@
"url": "https://packages.unity.com"
},
"com.unity.mathematics": {
"version": "1.2.5",
"version": "1.2.6",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "12.1.5",
"version": "12.1.6",
"depth": 1,
"source": "builtin",
"dependencies": {
@ -68,14 +68,14 @@
}
},
"com.unity.render-pipelines.universal": {
"version": "12.1.5",
"version": "12.1.6",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.5.0",
"com.unity.render-pipelines.core": "12.1.5",
"com.unity.shadergraph": "12.1.5"
"com.unity.render-pipelines.core": "12.1.6",
"com.unity.shadergraph": "12.1.6"
}
},
"com.unity.searcher": {
@ -86,11 +86,11 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "12.1.5",
"version": "12.1.6",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "12.1.5",
"com.unity.render-pipelines.core": "12.1.6",
"com.unity.searcher": "4.9.1"
}
},

View File

@ -1,6 +1,6 @@
{
"MonoBehaviour": {
"Version": 3,
"Version": 4,
"EnableBurstCompilation": true,
"EnableOptimisations": true,
"EnableSafetyChecks": false,
@ -11,6 +11,7 @@
"CpuMinTargetX64": 0,
"CpuMaxTargetX64": 0,
"CpuTargetsX32": 6,
"CpuTargetsX64": 72
"CpuTargetsX64": 72,
"OptimizeFor": 0
}
}

View File

@ -1,6 +1,6 @@
{
"MonoBehaviour": {
"Version": 3,
"Version": 4,
"DisabledWarnings": ""
}
}

View File

@ -1,2 +1,2 @@
m_EditorVersion: 2021.2.15f1
m_EditorVersionWithRevision: 2021.2.15f1 (3b8567f665bb)
m_EditorVersion: 2021.3.3f1
m_EditorVersionWithRevision: 2021.3.3f1 (af2e63e8f9bd)