Simple Runner is a sample infinite runner game created on the unity engine in order to learn how to create games and design it`s architecture. This project is open source.
- Unity Version 2021.3.16f1
- Zenject Version 9.2.0
- Unity Text Mesh Pro
- Unity URP
Level gameplay is based on Ecs. Level progress is controlled by the state machine.
- Project structure.
- Data handling.
- Custom Ecs.
- Movement system.
- UI design.
- Builds configuration.
See here.
See here.