ant-man

talkingheads

New member
am sorry if this is a dumb question, but I want my character to be able to shrink and grow in size. what is the best way to do this? If I scale a character then will that muck up weapons and attachments in first person or is it that simple? Are there gotchas I need to know about? Thanks so much, Keith
 
If you're using third person, then you can just reduce the scale of the character without anything breaking. However some things like the positioning of item visible objects will probably look wrong, so you may need to also adjust their local position at the same time as adjusting the character's scale. For first person this would be a bit trickier, because all the first person objects are part of a separate transform, so you'd need to adjust the scale of your first person arms as well as the character.
 
Top