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

RomanZhu/Endless-Runner-Entitas-ECS

Repository files navigation

(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