Sweshi's Tutorials

Cocoos Creator 3D Runner Tutorial

Installation of Cocos Creator

If you have not installed Cocos Creator, then follow the instructions on this page Cocos Creator Installation

The game will be making is a simple 3D runner it will help you with the following concepts

  • Setting up a scene
  • Creating scripts and using keyboard event listeners
  • Spawning a road
  • Working with material for 3D objects
  • Creating basic shapes
  • Working with 3D collision Detection
  • Generating coins at different points in the road
  • Impoting 3D assets
  • Spawning the tree models
  • Some performance considerations
  • Adding player scores
  • Using skeletal animations in 3D objects
  • Adding effect and background sounds

I am currently still working on this tutorial and the videos will be on my YouTube channel shortly. You can still begin the project with the work done so far which ends at part 14. The tutorial will end on part 16.

You can download the assets here Download Assets

You can try the demo on this link Play Demo

3D runner Cocos Creator