유니티 버전 변경 6000.3.3f -> 6000.3.5f2

This commit is contained in:
2026-01-28 21:28:49 +09:00
parent 1bdd27a9f0
commit 3779ea9f3b
8 changed files with 1571 additions and 1575 deletions

View File

@@ -1,6 +1,6 @@
{
"dependencies": {
"com.unity.2d.animation": "13.0.2",
"com.unity.2d.animation": "13.0.4",
"com.unity.2d.aseprite": "3.0.1",
"com.unity.2d.psdimporter": "12.0.1",
"com.unity.2d.sprite": "1.0.0",
@@ -10,9 +10,9 @@
"com.unity.2d.tooling": "1.0.0",
"com.unity.ai.navigation": "2.0.9",
"com.unity.cinemachine": "3.1.5",
"com.unity.collab-proxy": "2.10.2",
"com.unity.collab-proxy": "2.11.2",
"com.unity.ide.rider": "3.0.38",
"com.unity.ide.visualstudio": "2.0.25",
"com.unity.ide.visualstudio": "2.0.26",
"com.unity.inputsystem": "1.17.0",
"com.unity.multiplayer.center": "1.0.1",
"com.unity.multiplayer.tools": "2.2.7",

View File

@@ -1,11 +1,11 @@
{
"dependencies": {
"com.unity.2d.animation": {
"version": "13.0.2",
"version": "13.0.4",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.2d.common": "12.0.1",
"com.unity.2d.common": "12.0.2",
"com.unity.2d.sprite": "1.0.0",
"com.unity.collections": "2.4.3",
"com.unity.modules.animation": "1.0.0",
@@ -27,7 +27,7 @@
"url": "https://packages.unity.com"
},
"com.unity.2d.common": {
"version": "12.0.1",
"version": "12.0.2",
"depth": 1,
"source": "registry",
"dependencies": {
@@ -129,7 +129,7 @@
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "2.10.2",
"version": "2.11.2",
"depth": 0,
"source": "registry",
"dependencies": {},
@@ -164,11 +164,11 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.25",
"version": "2.0.26",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.test-framework": "1.1.31"
"com.unity.test-framework": "1.1.33"
},
"url": "https://packages.unity.com"
},