Migrate from unity 2022.2.8f1 to 2022.2.9f1
This commit is contained in:
parent
d08987fff1
commit
0849fcfde7
4 changed files with 7 additions and 7 deletions
4
.erp
4
.erp
|
@ -5,7 +5,7 @@
|
||||||
<resetOnSceneChange>false</resetOnSceneChange>
|
<resetOnSceneChange>false</resetOnSceneChange>
|
||||||
<debugMode>false</debugMode>
|
<debugMode>false</debugMode>
|
||||||
<EditorClosed>true</EditorClosed>
|
<EditorClosed>true</EditorClosed>
|
||||||
<LastTimestamp>1677810231</LastTimestamp>
|
<LastTimestamp>1677858562</LastTimestamp>
|
||||||
<LastSessionID>4005298620293579442</LastSessionID>
|
<LastSessionID>7184246594242351147</LastSessionID>
|
||||||
<Errored>false</Errored>
|
<Errored>false</Errored>
|
||||||
</ERPSettings>
|
</ERPSettings>
|
|
@ -12,7 +12,7 @@
|
||||||
"com.unity.render-pipelines.universal": "14.0.6",
|
"com.unity.render-pipelines.universal": "14.0.6",
|
||||||
"com.unity.test-framework": "1.1.33",
|
"com.unity.test-framework": "1.1.33",
|
||||||
"com.unity.textmeshpro": "3.0.6",
|
"com.unity.textmeshpro": "3.0.6",
|
||||||
"com.unity.timeline": "1.7.2",
|
"com.unity.timeline": "1.7.3",
|
||||||
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.4",
|
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.4",
|
||||||
"com.unity.ugui": "1.0.0",
|
"com.unity.ugui": "1.0.0",
|
||||||
"com.unity.visualscripting": "1.8.0",
|
"com.unity.visualscripting": "1.8.0",
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
"dependencies": {}
|
"dependencies": {}
|
||||||
},
|
},
|
||||||
"com.unity.burst": {
|
"com.unity.burst": {
|
||||||
"version": "1.8.2",
|
"version": "1.8.3",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -168,7 +168,7 @@
|
||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
"com.unity.timeline": {
|
"com.unity.timeline": {
|
||||||
"version": "1.7.2",
|
"version": "1.7.3",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
m_EditorVersion: 2022.2.8f1
|
m_EditorVersion: 2022.2.9f1
|
||||||
m_EditorVersionWithRevision: 2022.2.8f1 (996aee41dc57)
|
m_EditorVersionWithRevision: 2022.2.9f1 (1cc571a6ec95)
|
||||||
|
|
Reference in a new issue