Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RomanZhu/Endless-Runner-Entitas-ECS
Runner template for Unity
https://github.com/RomanZhu/Endless-Runner-Entitas-ECS
ecs endless-runner entitas entity-component-system game game-development runner unity
Last synced: 3 months ago
JSON representation
Runner template for Unity
- Host: GitHub
- URL: https://github.com/RomanZhu/Endless-Runner-Entitas-ECS
- Owner: RomanZhu
- License: mit
- Archived: true
- Created: 2018-07-22T17:41:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T12:37:30.000Z (about 6 years ago)
- Last Synced: 2024-07-14T14:31:29.462Z (4 months ago)
- Topics: ecs, endless-runner, entitas, entity-component-system, game, game-development, runner, unity
- Language: C#
- Size: 766 KB
- Stars: 59
- Watchers: 7
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - Endless Runner template for Unity - Runner template for Unity (ECS)
README
# (Discontinued) Endless Runner template for Unity
Template for Runner genre using Entitas ECS. Previews: [WebGL](https://sobachken.itch.io/runner-template)![Runner template screenshot](https://i.imgur.com/0SXy7iT.gif)
## Features
- Low Unity dependency
- Clear and expandable project structure
- 2 Execution routes (FixedUpdate/Update)
- Easy configuration
- Infinite platform type count
- Collision detection
- [Chunk definition tool](https://imgur.com/a/yFq38T9)
- Death/Respawn
- Timers## Controls
- Jump - (W) or (UpArrow) or (Click left side of screen)
- Change player type - (Space) or (Hold right side of screen)## Disclaimer
Template is WIP, there is missing core functional. That project shows how ECS can help to create clear project structure and gives ability to add features without pain.
## Dependencies
- Entitas ECS 1.6.1
- Unity 2018.1