chore: unity-cli-connector 패키지 추가
- Unity Editor HTTP 제어를 위한 unity-cli-connector 패키지 추가 - Claude 작업 환경 허용 명령어 목록 업데이트 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -12,7 +12,15 @@
|
|||||||
"Bash(cd \"D:/Colosseum/Assets/Scripts/Abnormalities\" && mv StatusEffectData.cs AbnormalityData.cs && mv ActiveStatusEffect.cs ActiveAbnormality.cs && mv StatusEffectManager.cs AbnormalityManager.cs)",
|
"Bash(cd \"D:/Colosseum/Assets/Scripts/Abnormalities\" && mv StatusEffectData.cs AbnormalityData.cs && mv ActiveStatusEffect.cs ActiveAbnormality.cs && mv StatusEffectManager.cs AbnormalityManager.cs)",
|
||||||
"Bash(cd \"D:/Colosseum/Assets/Scripts/UI\" && mv StatusEffectUI.cs AbnormalitySlotUI.cs && mv StatusEffectListUI.cs AbnormalityListUI.cs)",
|
"Bash(cd \"D:/Colosseum/Assets/Scripts/UI\" && mv StatusEffectUI.cs AbnormalitySlotUI.cs && mv StatusEffectListUI.cs AbnormalityListUI.cs)",
|
||||||
"Bash(git -C \"D:/Colosseum\" mv \"Assets/Scripts/Skills/Effects/BuffEffect.cs\" \"Assets/Scripts/Skills/Effects/AbnormalityEffect.cs\")",
|
"Bash(git -C \"D:/Colosseum\" mv \"Assets/Scripts/Skills/Effects/BuffEffect.cs\" \"Assets/Scripts/Skills/Effects/AbnormalityEffect.cs\")",
|
||||||
"Bash(find /d/Colosseum -name \"*.controller\" 2>/dev/null | head -20)"
|
"Bash(find /d/Colosseum -name \"*.controller\" 2>/dev/null | head -20)",
|
||||||
|
"Bash(find d:/Colosseum/Assets -name *.meta -exec grep -l 079bd00af1b92964d8973dcbf2dcd21f {})",
|
||||||
|
"Bash(2)",
|
||||||
|
"Bash(find d:/Colosseum/Assets -name *.fbx -o -name *.FBX)",
|
||||||
|
"Bash(ls -d d:/Colosseum/Assets/*/)",
|
||||||
|
"Bash(grep -E \"^[^d].*\\\\.cs$|^d\")",
|
||||||
|
"Bash(chmod +x \"d:/Colosseum/.git/hooks/pre-commit\")",
|
||||||
|
"Bash(find /d/Colosseum/Assets -name *.cs -type f ! -path */External/* ! -path */Library/*)",
|
||||||
|
"Bash(find d:/Colosseum/Assets/_Game/AI -type f -name *.asset)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
"com.unity.timeline": "1.8.10",
|
"com.unity.timeline": "1.8.10",
|
||||||
"com.unity.ugui": "2.0.0",
|
"com.unity.ugui": "2.0.0",
|
||||||
"com.unity.visualscripting": "1.9.9",
|
"com.unity.visualscripting": "1.9.9",
|
||||||
|
"com.youngwoocho02.unity-cli-connector": "https://github.com/youngwoocho02/unity-cli.git?path=unity-connector",
|
||||||
"com.unity.modules.accessibility": "1.0.0",
|
"com.unity.modules.accessibility": "1.0.0",
|
||||||
"com.unity.modules.adaptiveperformance": "1.0.0",
|
"com.unity.modules.adaptiveperformance": "1.0.0",
|
||||||
"com.unity.modules.ai": "1.0.0",
|
"com.unity.modules.ai": "1.0.0",
|
||||||
|
|||||||
@@ -379,6 +379,15 @@
|
|||||||
},
|
},
|
||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
|
"com.youngwoocho02.unity-cli-connector": {
|
||||||
|
"version": "https://github.com/youngwoocho02/unity-cli.git?path=unity-connector",
|
||||||
|
"depth": 0,
|
||||||
|
"source": "git",
|
||||||
|
"dependencies": {
|
||||||
|
"com.unity.nuget.newtonsoft-json": "3.2.1"
|
||||||
|
},
|
||||||
|
"hash": "73dbbd7b09344abbe75991636988c239f416057b"
|
||||||
|
},
|
||||||
"com.unity.modules.accessibility": {
|
"com.unity.modules.accessibility": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user