
์ค๋ช
๐ EXTRA SIMPLE QUICKSTART: JUST ADD ONE COMPONENT TO THE SCENE!
๐ EASY TRANSFER TO 2D: CAUSE THERE ARE NO PHYSICS COMPONENTS!
๐ DETAILED DOCUMENTATION IS INCLUDED!
Traffic Ride Template is a simple, undemanding, and easily expandable template for creating hyper-casual and arcade games.
To create your game based on this prototype, you don't need to be a professional programmer (at the same time, base programming skills required). Most game objects are created and configured directly in the editor - all that's left is to prepare the game scene.
VIDEOS
FEATURES
โข Five car models that help you start making your game immediately. You can use it in your ready-to-play version or replace it with other models you have.
โข The template contains no demanding components (such as colliders, Rigidbody, etc.), so to customize levels, you simply need to add environment models and materials.
โข The template is based on an easy-to-understand Event-Driven Architecture (EDA).
โข A well-designed set of managers controls the game objects, requiring no additional customization.
โข To prepare the game for play, simply add the GameCore component to the scene. Yes, that's all!
โข All global settings are stored in a single file (you can create and save an unlimited number of such settings files).
โข Cars on the road automatically avoid collisions with each other.
โข The player receives a visual reward for overtaking other cars on the road.
โข The game is adapted for mobile devices:
โ Heavyweight functions like GetComponent<>() are called only when absolutely necessary,
โ The Update() method is encountered only once throughout the entire project,
โ Object pooling is used for spawning cars,
โ As Iโve said before, there are no demanding components like colliders or Rigidbody in the template,
โข etc.
The next version v1.0.2
โ Sound system
โ Engine version actualisation
โ Price rise +1.02$ (19.99$ instead of $18.97)




