Commit Graph

6 Commits

Author SHA1 Message Date
Oliver 7fc3282e80 feat: implement audio object definitions and refactor audio system
- Add AudioObjectDefinitions.cs with name-to-ID mappings and ambiguity detection
- Update AudioSystem.cs to support Play(uint) and deprecated Play(string) with warnings
- Rename PitchStepManager to PitchStepResolver and update all references
- Refactor generated code to use 'this.' prefix and foreach loops
- Remove TestEnum from audio enums and IDs
- Update SampleScene.unity to use new AudioSystem namespace and rain sound parameter
- Optimize binary serialization in generated audio classes
2026-04-02 14:31:46 +08:00
Oliver e00758ab9b 自动化注册GroupState 2026-03-26 16:25:24 +08:00
Oliver 47e378968f 配合打表工具更新 2026-03-26 15:07:02 +08:00
Oliver e6907a0855 移除未使用method 2026-03-25 17:22:14 +08:00
Oliver a6733854de 可能的性能优化 2026-03-20 18:48:11 +08:00
Oliver c5778c498b first commit 2026-03-20 17:55:53 +08:00