[WL-814] 🔴 핫픽스(2): 임포트가 추가한 com.unity.toonshader 패키지 제거 — 이 유니티 버전에서 에디터 변환기가 CS0122 로 깨져 프로젝트 전체 컴파일 불가
FarmingIsland 임포트가 manifest 에 cinemachine 2.10.7 과 toonshader 0.13.0-preview 를 추가했다. toonshader 는 Assets 어디에서도 쓰지 않아 제거하고, FarmingIsland 스크립트가 실제로 쓰는 cinemachine 은 남긴다. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
9b17460bef
commit
16b9d75d9c
|
|
@ -3,6 +3,7 @@
|
||||||
"com.unity.2d.sprite": "1.0.0",
|
"com.unity.2d.sprite": "1.0.0",
|
||||||
"com.unity.addressables": "2.9.1",
|
"com.unity.addressables": "2.9.1",
|
||||||
"com.unity.ai.navigation": "2.0.14",
|
"com.unity.ai.navigation": "2.0.14",
|
||||||
|
"com.unity.cinemachine": "2.10.7",
|
||||||
"com.unity.collab-proxy": "2.13.6",
|
"com.unity.collab-proxy": "2.13.6",
|
||||||
"com.unity.ide.rider": "3.0.40",
|
"com.unity.ide.rider": "3.0.40",
|
||||||
"com.unity.ide.visualstudio": "2.0.26",
|
"com.unity.ide.visualstudio": "2.0.26",
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,15 @@
|
||||||
},
|
},
|
||||||
"url": "https://packages.unity.com"
|
"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": {
|
"com.unity.collab-proxy": {
|
||||||
"version": "2.13.6",
|
"version": "2.13.6",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue