Commit Graph

3 Commits

Author SHA1 Message Date
horooko b91fe5adae feat: add SceneTemplateSettings and update boot configuration files
- Add ProjectSettings.asset for project settings management
- Update SampleScene.unity with latest scene configuration
- Update BootStateCode.cs enum values
- Update BootSettings.asset with current settings
2026-05-27 05:00:16 +07:00
horooko 134e38c57c feat: add BootStatusUIView for loading progress display with text feedback
- Create new BootStatusUIView MonoBehaviour component with StatusText and ProgressSlider fields
- Implement SetStatus() and SetProgress() methods for updating UI elements
- Replace Transform-based ProgressFill in LoadingUIView with Slider component for better UX
- Integrate BootStatusUIView into LoadState with real-time status updates during loading steps
- Display formatted progress text (e.g., 'Loading 50%') alongside slider updates
- Add SceneTemplateSettings.json to ProjectSettings for scene template configuration
2026-05-27 04:51:27 +07:00
horooko b4a4dbbbeb Init Project 2026-05-27 03:15:20 +07:00