4 Commits

Author SHA1 Message Date
50aa8b6b02 bump: Unity 6.3 LTS 2025-12-07 21:12:40 +09:00
961f5ab8d8 feat: Add variable system, scene transition, and improve character layout
- **Introduce Variable System**
  - Added singleton class for variable management
  - Implemented script commands `[var]` and `[add]` for variable control
  - Supported variable substitution (`{variable}`) in dialogue and choices

- **Expand Script Features**
  - Added `[scene]` command for scene transition (load scene and link next script)

- **Improve Character Presentation**
  - Refactored character object hierarchy for better animation control
  - Applied mask-based soft transition effect (Soft Wipe) for expression changes
2025-11-29 06:09:34 +09:00
d14817c4f7 chore(TMP, meta): updated files 2025-11-28 04:23:06 +09:00
9112d94981 init 2025-11-26 04:50:39 +09:00