- Home /
Use An Image As Character Model
I'd like to use an image I have as the visual for my character model. It'll be a flat image, and I'll leave the capsule collider on it, I just want to use it as a funny visual. I do not know anything about 3D modelling, so I thought this image would be more amusing than a simple capsule. Is there a way to do this?
Answer by AlucardJay · Apr 22, 2013 at 06:57 AM
create a cube
remove the collider component
scale the cube (1, 2, 0.01)
make the cube a child of your capsule
create a material
add your texture to the material
attach the material to the cube
Your answer
Follow this Question
Related Questions
Making characters with changes of clothes 1 Answer
How can I implement different versions of a character for customization in a game? 1 Answer
Multiple Model Variations on same Gameobject? 0 Answers
Character - what collider? 2 Answers
How can I creat a moduler character model with soft skin weights? 0 Answers