Hello, I am trying to make a character with a level up system: whenever he gains a new level, his appearance changes in a way, so that he always gets extra things, becomes bigger, unlocks new skills etc. My problem is figuring out how to make transition from one form of character to another look good? The only idea so far how to change the character is to add some particle effect to hide the 3d model, then instantiate a new identical gameObject, just with different 3d model attached to it (let’s say with better looking hat or spiky hands or growing wings, etc…). So in short my question: can I dynamically change one 3d model with another and is replacing the first with the second model the only way?
P.S. Dynamic- I mean like in some for of animation of growth.