Skip to content

Commit

Permalink
feat: Update Unity to LTS 6000.1.27f1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 21, 2024
1 parent 121664e commit 6c7981a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 14 deletions.
11 changes: 6 additions & 5 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"dependencies": {
"com.unity.ai.navigation": "2.0.0",
"com.unity.collab-proxy": "2.4.3",
"com.unity.ide.rider": "3.0.28",
"com.unity.ai.navigation": "2.0.4",
"com.unity.collab-proxy": "2.5.2",
"com.unity.ide.rider": "3.0.31",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.test-framework": "1.4.4",
"com.unity.multiplayer.center": "1.0.0",
"com.unity.test-framework": "1.4.5",
"com.unity.timeline": "1.8.7",
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.9",
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.10",
"com.unity.ugui": "2.0.0",
"com.unity.visualscripting": "1.9.4",
"com.unity.modules.accessibility": "1.0.0",
Expand Down
20 changes: 14 additions & 6 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"com.unity.ai.navigation": {
"version": "2.0.0",
"version": "2.0.4",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -10,7 +10,7 @@
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "2.4.3",
"version": "2.5.2",
"depth": 0,
"source": "registry",
"dependencies": {},
Expand All @@ -24,7 +24,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "3.0.28",
"version": "3.0.31",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -41,6 +41,14 @@
},
"url": "https://packages.unity.com"
},
"com.unity.multiplayer.center": {
"version": "1.0.0",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.modules.uielements": "1.0.0"
}
},
"com.unity.sysroot": {
"version": "2.0.10",
"depth": 1,
Expand All @@ -58,7 +66,7 @@
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
"version": "1.4.4",
"version": "1.4.5",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -73,15 +81,15 @@
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.director": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.particlesystem": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.toolchain.win-x86_64-linux-x86_64": {
"version": "2.0.9",
"version": "2.0.10",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 6000.0.11f1
m_EditorVersionWithRevision: 6000.0.11f1 (fa01dd6b76d5)
m_EditorVersion: 6000.0.27f1
m_EditorVersionWithRevision: 6000.0.27f1 (27c554a2199c)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Unity Engine](https://img.shields.io/badge/unity-6000.0.11f1-black.svg?style=flat&logo=unity)](https://unity3d.com/get-unity/download/archive)
[![Unity Engine](https://img.shields.io/badge/unity-6000.0.27f1-black.svg?style=flat&logo=unity)](https://unity3d.com/get-unity/download/archive)
[![.NET](https://img.shields.io/badge/.NET-4.x-blueviolet.svg)](https://docs.unity3d.com/2018.3/Documentation/Manual/ScriptingRuntimeUpgrade.html)
[![Release](https://img.shields.io/github/tag/jcs090218/JCSUnity.svg?label=release&logo=github)](https://github.com/jcs090218/JCSUnity/releases/latest)

Expand Down

0 comments on commit 6c7981a

Please sign in to comment.