diff --git a/.claude/settings.local.json b/.claude/settings.local.json index c7a483b0..facec8b5 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -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/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(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)" ] } } diff --git a/Packages/manifest.json b/Packages/manifest.json index 7790c5c9..19904172 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -19,6 +19,7 @@ "com.unity.timeline": "1.8.10", "com.unity.ugui": "2.0.0", "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.adaptiveperformance": "1.0.0", "com.unity.modules.ai": "1.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index c2538acf..0bbd1923 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -379,6 +379,15 @@ }, "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": { "version": "1.0.0", "depth": 0,