Unity Runner Tutorial

an endless side-scroller

Mon, 26 Sep 2011 13:26:00 +0000

I just finished writing Runner, my third Unity C# text tutorial!

This tutorial guides you through creating a simple endless side-scroller. Think Canabalt or Robot Unicorn Attack, only much simpler. It demonstrates how to generate infinite content by recycling objects and how to use the physics engine. It also includes simple player input handling and a few GUI elements, plus a small event manager.

comments are closed