A Simple project for Morpeh ECS Framework Learning.
Unity Version: 2021.3.21.f1
Platform: Windows & Android
- Inconsistent sensitivity between editor & build
- High horizontal input may push player off the map
-
PlayerMovementSystem
Move Player Forward & Horizontally based on Input -
FloorMovingSystem
Move the Floor based on Player Forward Speed -
GoalPostSpawnerSystem
Spawn Goals & Relocate them on triggered -
PlayerCollideSystem
Track & Check for trigger between goals & player -
PlayerInputApplierSystem
Apply Input to player movement -
PlayerInputCollectorSystem
Poll & Store Input from Unity