Traffic Racing – Unity Game Source Code

Overview

Description

Traffic Racing Template project was created for wide range of Unity developers. It fits perfectly with needs of a small independent developer studio and a global game publisher company. This template contains all necessary features to get started with Traffic Racing games. 

Watch trailer: https://www.youtube.com/watch?v=ikpKAxs2zXc

The project was carefully prepared and optimized to fit most mobile development scenarios. It supports Android and iOS platforms, was tested on a wide range of devices and has shown reliable performance during tests.

Our developers took a good care of the coding part of the project. Code behind the game is well optimized and commented. We built the code project relying on events and object oriented programming style. We saved your performance by pooling game objects and using light data structures.

Out of the box template supports unlimited cars, wheels and paint. It should get you going just right away. Two game modes and two locations to begin with. Initial game setup is meant to give your reskin game essential diversity from start. Reskinning will be done in no time thanks to our custom assets implementation system in editor. It will take car off all objects creations, components and assets saving.

We use smart data containers in the game. All data – prefabs, textures and all properties are nicely separated from the game logic and its visual representation. All in one place!

Sample assets are free to use!

Experienced developers and programmers will find it easy to extend the template to add more game modes and locations. Events systems used in the game maintain minimal coupling between classes and objects.

We provided you with minimalistic user interface that represents all necessary data during the game.

Template supports high scores. Cash system makes it possible to earn and spend, to unlock items in the game.

It is very easy to implement any advertising system. We have separated cash purchasing logic for your convenience and loading screens are made in the way that you can plug any ads in them.

We have recorded a few video tutorials to describe assets import process in a step-by-step fashion. Moreover, extensive manual document will answer all question that you might get along the way.

Demo for Android can be found here: https://www.dropbox.com/s/gse2qc7wdqfwo9d/TR_v.1.0_android.apk?dl=0

Demo for iOS can be found here: https://www.dropbox.com/s/fbt41s9buy9cxgo/TR_v.1.0_ios.ipa?dl=0

Features

  • 1. Realistic car behavior.
  • 2. 2 Game types: One way driving and Driving with facing traffic.
  • 3. 2 Locations.
  • 4. High scores support.
  • 5. In game cash system.
  • 6. Items unlocks and pricing.
  • 7. Car upgrades and specifications.
  • 8. Editor importer window for cars, wheels, paint, traffic and tiles.
  • 9. Educational videos and detailed manual.
  • 10. Commented and optimized code. C# Language.
  • 11. Android, iOS platforms.
  • 12. Tested on weak and strong mobile devices.
  • 13. Data containers for logic – data separation.
  • 14. Perfect saving and loading system in the game.
  • 15. Integration ready: In app purchases and advertisements.

Included

  • 1. Full Unity3D project
  • 2. Documentation

Requirements

  • Unity version 5.3, personal license.

Instructions

Instructions for setting up a reskin are included in the project folder in “Reskin Guidlines” document.
Explanation of the project structure and the program design is in the “Manual” document.

Related