unity-morpeh-hypercasual
September 26, 2023 ยท View on GitHub
A Simple project for Morpeh ECS Framework Learning.
Project Specification
Unity Version: 2021.3.21.f1
Platform: Windows & Android
Project Preview

Known Issues
- Inconsistent sensitivity between editor & build
- High horizontal input may push player off the map
Manuals
Systems
-
PlayerMovementSystemMove Player Forward & Horizontally based on Input -
FloorMovingSystemMove the Floor based on Player Forward Speed -
GoalPostSpawnerSystemSpawn Goals & Relocate them on triggered -
PlayerCollideSystemTrack & Check for trigger between goals & player -
PlayerInputApplierSystemApply Input to player movement -
PlayerInputCollectorSystemPoll & Store Input from Unity