Posted May 26, 2025 by Ishvirchopra35
**Date:** 2025-05-29
**Version:** v0.2.4
**Stage:** Pre-Alpha
**Author:** Ishvir Singh Chopra
---
### What’s New
- Assigned scripts to all UI objects in all three scenes:
- **Main Menu Scene**: Added `MainMenuManager` to canvas and linked UI references.
- **Character Selection Scene**: Added `CharacterSelectionManager` and linked references.
- **Battle Scene**:
- Created `GameManager` GameObject.
- Attached: `BattleManager`, `UIAnimationManager`, `ParticleEffectsManager`.
- Assigned all UI fields in the Inspector.
---
### Known Issues
- Both characters spawn in the center of the battle scene.
- Battle buttons have no functionality.
- Scene transitions don't trigger.
- Health bars are interactable (sliders visually move).
- Character animations do not trigger on action.
- Text formatting in character selection scene is misaligned.