Skip to content

Commit 6c7981a

Browse files
committed
feat: Update Unity to LTS 6000.1.27f1
1 parent 121664e commit 6c7981a

File tree

4 files changed

+23
-14
lines changed

4 files changed

+23
-14
lines changed

Packages/manifest.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"dependencies": {
3-
"com.unity.ai.navigation": "2.0.0",
4-
"com.unity.collab-proxy": "2.4.3",
5-
"com.unity.ide.rider": "3.0.28",
3+
"com.unity.ai.navigation": "2.0.4",
4+
"com.unity.collab-proxy": "2.5.2",
5+
"com.unity.ide.rider": "3.0.31",
66
"com.unity.ide.visualstudio": "2.0.22",
7-
"com.unity.test-framework": "1.4.4",
7+
"com.unity.multiplayer.center": "1.0.0",
8+
"com.unity.test-framework": "1.4.5",
89
"com.unity.timeline": "1.8.7",
9-
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.9",
10+
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.10",
1011
"com.unity.ugui": "2.0.0",
1112
"com.unity.visualscripting": "1.9.4",
1213
"com.unity.modules.accessibility": "1.0.0",

Packages/packages-lock.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"com.unity.ai.navigation": {
4-
"version": "2.0.0",
4+
"version": "2.0.4",
55
"depth": 0,
66
"source": "registry",
77
"dependencies": {
@@ -10,7 +10,7 @@
1010
"url": "https://packages.unity.com"
1111
},
1212
"com.unity.collab-proxy": {
13-
"version": "2.4.3",
13+
"version": "2.5.2",
1414
"depth": 0,
1515
"source": "registry",
1616
"dependencies": {},
@@ -24,7 +24,7 @@
2424
"url": "https://packages.unity.com"
2525
},
2626
"com.unity.ide.rider": {
27-
"version": "3.0.28",
27+
"version": "3.0.31",
2828
"depth": 0,
2929
"source": "registry",
3030
"dependencies": {
@@ -41,6 +41,14 @@
4141
},
4242
"url": "https://packages.unity.com"
4343
},
44+
"com.unity.multiplayer.center": {
45+
"version": "1.0.0",
46+
"depth": 0,
47+
"source": "builtin",
48+
"dependencies": {
49+
"com.unity.modules.uielements": "1.0.0"
50+
}
51+
},
4452
"com.unity.sysroot": {
4553
"version": "2.0.10",
4654
"depth": 1,
@@ -58,7 +66,7 @@
5866
"url": "https://packages.unity.com"
5967
},
6068
"com.unity.test-framework": {
61-
"version": "1.4.4",
69+
"version": "1.4.5",
6270
"depth": 0,
6371
"source": "registry",
6472
"dependencies": {
@@ -73,15 +81,15 @@
7381
"depth": 0,
7482
"source": "registry",
7583
"dependencies": {
84+
"com.unity.modules.audio": "1.0.0",
7685
"com.unity.modules.director": "1.0.0",
7786
"com.unity.modules.animation": "1.0.0",
78-
"com.unity.modules.audio": "1.0.0",
7987
"com.unity.modules.particlesystem": "1.0.0"
8088
},
8189
"url": "https://packages.unity.com"
8290
},
8391
"com.unity.toolchain.win-x86_64-linux-x86_64": {
84-
"version": "2.0.9",
92+
"version": "2.0.10",
8593
"depth": 0,
8694
"source": "registry",
8795
"dependencies": {

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 6000.0.11f1
2-
m_EditorVersionWithRevision: 6000.0.11f1 (fa01dd6b76d5)
1+
m_EditorVersion: 6000.0.27f1
2+
m_EditorVersionWithRevision: 6000.0.27f1 (27c554a2199c)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
2-
[![Unity Engine](https://img.shields.io/badge/unity-6000.0.11f1-black.svg?style=flat&logo=unity)](https://unity3d.com/get-unity/download/archive)
2+
[![Unity Engine](https://img.shields.io/badge/unity-6000.0.27f1-black.svg?style=flat&logo=unity)](https://unity3d.com/get-unity/download/archive)
33
[![.NET](https://img.shields.io/badge/.NET-4.x-blueviolet.svg)](https://docs.unity3d.com/2018.3/Documentation/Manual/ScriptingRuntimeUpgrade.html)
44
[![Release](https://img.shields.io/github/tag/jcs090218/JCSUnity.svg?label=release&logo=github)](https://github.com/jcs090218/JCSUnity/releases/latest)
55

0 commit comments

Comments
 (0)