Tag Archives: Android

Setting up simple vehicle AI in Unity

Latest tutorial upload for all of you Unity folks. This is a video that will help you get simple AI going in your racing or traffic games. The video includes a 1.4MB download of the entire Unity project seen in this tutorial (look in the video description).

Tagged , , , ,

Creating Custom Control Layouts – Unity Game Engine

Latest tutorial per user requests. This will help you setup and save custom control setups in your PC/Mac and iOS/Android projects.I’ve included the entire Unity project folder ZIP, as a link in the Youtube video description.

Tagged , , , ,

Checkpoint and Lap System for Unity

This is a small project that teaches you how to implement a simple checkpoint system and lap system. The checkpoint system is used to prevent cheating (i.e. backing up and driving over the finish line to increase lap count.) The player vehicle must pass through a series of checkpoints (which you determine), before the lap counter will increment.

Tagged , , , , , , , ,

GUI Textures for Mobile Touch Input

You have to go and grab the Unity project on my Creating a Driveable Vehicle tutorial first (On my Youtube Channel). This tutorial will get you going setting up GUITextures as UI control objects for iOS and Android though you can apply it’s principles into a different script and game project.

Tagged , , , ,