From 16b9d75d9cdd0bda756ff109156379fe6b037b8d Mon Sep 17 00:00:00 2001 From: swrring Date: Sat, 12 Sep 2026 18:55:06 +0900 Subject: [PATCH] =?UTF-8?q?[WL-814]=20=F0=9F=94=B4=20=ED=95=AB=ED=94=BD?= =?UTF-8?q?=EC=8A=A4(2):=20=EC=9E=84=ED=8F=AC=ED=8A=B8=EA=B0=80=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=ED=95=9C=20com.unity.toonshader=20=ED=8C=A8?= =?UTF-8?q?=ED=82=A4=EC=A7=80=20=EC=A0=9C=EA=B1=B0=20=E2=80=94=20=EC=9D=B4?= =?UTF-8?q?=20=EC=9C=A0=EB=8B=88=ED=8B=B0=20=EB=B2=84=EC=A0=84=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=97=90=EB=94=94=ED=84=B0=20=EB=B3=80=ED=99=98?= =?UTF-8?q?=EA=B8=B0=EA=B0=80=20CS0122=20=EB=A1=9C=20=EA=B9=A8=EC=A0=B8=20?= =?UTF-8?q?=ED=94=84=EB=A1=9C=EC=A0=9D=ED=8A=B8=20=EC=A0=84=EC=B2=B4=20?= =?UTF-8?q?=EC=BB=B4=ED=8C=8C=EC=9D=BC=20=EB=B6=88=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit FarmingIsland 임포트가 manifest 에 cinemachine 2.10.7 과 toonshader 0.13.0-preview 를 추가했다. toonshader 는 Assets 어디에서도 쓰지 않아 제거하고, FarmingIsland 스크립트가 실제로 쓰는 cinemachine 은 남긴다. Co-Authored-By: Claude Opus 5 --- Packages/manifest.json | 1 + Packages/packages-lock.json | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/Packages/manifest.json b/Packages/manifest.json index 83d7f8a00..e4c445352 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -3,6 +3,7 @@ "com.unity.2d.sprite": "1.0.0", "com.unity.addressables": "2.9.1", "com.unity.ai.navigation": "2.0.14", + "com.unity.cinemachine": "2.10.7", "com.unity.collab-proxy": "2.13.6", "com.unity.ide.rider": "3.0.40", "com.unity.ide.visualstudio": "2.0.26", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 339823ba4..aad1bf5b1 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -50,6 +50,15 @@ }, "url": "https://packages.unity.com" }, + "com.unity.cinemachine": { + "version": "2.10.7", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.test-framework": "1.1.31" + }, + "url": "https://packages.unity.com" + }, "com.unity.collab-proxy": { "version": "2.13.6", "depth": 0,