Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 863 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 863 Bytes

(Discontinued) Endless Runner template for Unity

Template for Runner genre using Entitas ECS. Previews: WebGL

Runner template screenshot

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
  • 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