Initial Dansori character workspace

This commit is contained in:
eKeerar
2026-07-04 10:34:46 +09:00
commit 5a419816ff
2480 changed files with 38692 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
# Live2D 런타임 뷰어
이 폴더는 Live2D 런타임 검증 공간으로 사용한다.
## 목표
- `.model3.json` 로드.
- `.motion3.json` 재생.
- `.exp3.json` 적용.
- `reactions.json``clips/*.json` 기반 반응 실행.
- WPF WebView2 메시지 형식 검증.
## 입력 리소스
```text
Assets/Live2D/LeeSori/
LeeSori.model3.json
LeeSori.moc3
textures/
motions/
expressions/
LeeSori.physics3.json
reactions.json
```
## 검증 항목
- 모델 로드.
- idle motion loop.
- `success`, `error`, `idle` 반응.
- expression fade.
- `ParamMouthOpenY` mouth driver.
- caption 표시.
- WPF WebView2 메시지 수신.