Game Booster

FREE
Publisher Raphael Marques
File size 214.30kB
Number of files 90
Latest version 1
Latest release date 2019-03-25 12:24:25
First release date 2018-04-04 06:33:21
Supported Unity versions 2018.4.2 or higher

Game Booster is a set of scripts to help you create your game in Unity. It has a lot of daily common logic to accelerate your development. There are components to deal with movement, instantiation, destruction, input, score, and lot more.

The main principle of Game Booster is reusability. To achieve this, each component does simple things and can be connected with others components, including your own scripts, to achieve more complex behaviors. Many scripts have UnityEvent fields, which allows you to connect some event with other objects in your scene.

Game Booster is made mainly to programmers, to reduce the amount of repetitive code created. So, it’s a good practice to create scripts that control, or are controlled by, other Game Booster’s components.

The total of 39 components are split into several categories: Basics, Movement, Physics, Collision Detection, Input, Time, Vars, Score, Mechanics, and Audio.

See the documentation here.

Top Publisher Assets