I think this is a pretty easy question for the group so here it goes. What is it called when you can customize a car right before a game with a new body, size of tires, bigger engine, color, etc.? Maybe select from a slider to before an object or just select from a list of predefined objects to snap onto a car. Can someone recommend an asset or tutorial to help with that? Thanks everyone. -Thomas
Bump.
We do this for our game Super Truckin’
Basically we set points on the truck. These points are where items get added on to. We have 3 points: the back, top and front. When we add an item such as the pirate ship mast we instantiate the model and add it to that point in the vehicle.
For the actual selecting of the items we used NGUI, but that was because it was before the new UI system was released…
Garage? its mainly nothing more than switching prop models or textures and maybe blendshaping stuff
Appriciate it! Just getting started on my idea and going to start designing.