- AvatarOutfitController: 의상 변경 시 NiloToon renderCharacter 토글 + VFX/SFX/컬러 플래시 연출
- TransformEffectPreset ScriptableObject 로 프리셋 공유
- 아바타별 isTransforming 플래그로 동시 변신 지원
- 의상 리스트 순서 변경 (▲▼) 기능
- Piloto Studio 파티클 번들 추가
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- BackgroundSceneLoaderWindow: OnGUI → CreateGUI (Toolbar + ToolbarSearchField)
- PropBrowserWindow: OnGUI → CreateGUI (Toolbar + ToolbarSearchField)
- StreamingleCommon.uss: 브라우저 공통 스타일 추가 (그리드/리스트/뷰토글/액션바/상태바)
- excludeFromWeb 상태 새로고침 시 보존 수정
- 삭제된 배경 리소스 정리
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Notion 관련 코드 제거:
- NotionBackgroundSync.cs 삭제
- NotionSyncSettings.cs → BackgroundSyncSettings.cs 이름 변경
- 웹사이트 API 연동 기능 추가:
- WebsiteBackgroundExporter.cs: HTTP POST로 배경 데이터 업로드
- BackgroundSyncSettings.cs: API 엔드포인트 및 Git URL 설정
- BackgroundThumbnailCapture.cs 수정:
- 새 설정 클래스 참조로 변경
- Notion 자동 동기화 코드 제거
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- NotionSyncSettings.GetGitRawUrl() 메서드 수정
- 경로의 각 세그먼트를 Uri.EscapeDataString()으로 인코딩
- 슬래시(/)는 유지하면서 한글 문자만 인코딩
- 예: [공용]루프탑 카페 → %5B%EA%B3%B5%EC%9A%A9%5D%EB%A3%A8%ED%94%84%ED%83%91%20%EC%B9%B4%ED%8E%98
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>