Go to file
깃 관리자 11cfb4310d fix(BT12-Dev): Tutorials 폴더 전체 폐기 (TutorialCallbacks.cs 컴파일 에러 정정)
PD: "TutorialCallbacks.cs(2,23): CS0234 Unity.Tutorials.Core not exist"

근본:
- 직전 commit 8793f7b에서 Tutorial 패키지 제거
- Assets/Tutorials/SharedAssets/TutorialCallbacks.cs 등이 Unity.Tutorials.Core 참조
- 패키지 제거 후 namespace 부재 → 컴파일 에러

fix:
- Assets/Tutorials 폴더 전체 폐기 (Tutorial 패키지 정합)
  - 5개 챕터 (1_GetStarted·2_EditorBasics·3_ChangeColors·4_AddAnEnemy·5_BuildAndPublish)
  - SharedAssets (TutorialCallbacks·Unity.Platformer.Tutorials.asmdef 등)
  - WelcomeDialog·TutorialProjectSettings

회귀 영역 X:
- Tutorial 자체 미사용·게임 로직 무관

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-12 22:41:20 +09:00
Assets fix(BT12-Dev): Tutorials 폴더 전체 폐기 (TutorialCallbacks.cs 컴파일 에러 정정) 2026-05-12 22:41:20 +09:00
Packages fix(BT12-Dev): Tutorial Framework 패키지 제거 (SceneObjectGuid 중복 GUID 근본 해결) 2026-05-12 22:41:20 +09:00
ProjectSettings auto: 2026-05-12 11:03 · scene: Lobby · 42 files 2026-05-12 11:03:10 +09:00
.gitignore initial: Unity 6000.3.13f1 LTS 2D PlatformerMicrogame 템플릿 + GitAutoSync Editor 스크립트 2026-04-23 00:58:44 +09:00
EerieVillage.slnx BT7-Plan Phase 1: VS 순수형 자동 발동 + 하트 분할 시스템 2026-04-24 16:22:13 +09:00