Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

what engine was this made in? :)

The game was created with Unity3D.

how did you setup the moving van with lights? Any example of the code or a video?

it’s a mixture of animation and a lerp script for the wheels spin. The rest is very simple.  Just turn on and off the light sources at the points you want.  Make sure the light sources are a child if the vehicle model.  Look up in YouTube how to animate in Unity 3D if you are not familiar.  It’s very simple.