Help with unity

Aug 9, 2019
1
0
10
So i have just begun my adventure into coding on my computer but I have run into a problem I just for fun Frye’s to make a 3D game and have gotten a lot of inspiration from dragon ball and I just can’t find anything on how to make your avatar to have multiple forms like in dragon ball like (ssj or ssjb) is there anyone who can help me with the problem or send a link to me to get access to the knowledge of how you do such a thing don’t know if it is in the coding section or in the 3D modeling or in the game engine using (unity engine) don’t know how to use (unreal engine)
 
Here's a way you can do it. For simplicity let's say I have a cube that can change into a sphere. A way to do that would be to have a gameobject with all the code that controls it on that and then the different forms as a child of the gameobject. You could hide/show them as needed.