2026-06-27 클리어 요정 높이 수정 불가 현상 개선, 씬 정리

This commit is contained in:
2026-06-27 01:14:55 +09:00
parent c748bbd21b
commit 68bfddf8c7
460 changed files with 757 additions and 928 deletions

10
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}