- Home /
What is deforming my character?
In my character select screen I was creating a floor reflection using a mirrored copy of the character and slight transparency on the material. This was working well until I updated to Unity 4.3.4 and now it's broken and deforming my character's reflection!
The character model itself is still fine so it must be something to do with my method of mirroring… what I did was inverse the Y axis of the scale (e.g. x:1, y:1, z:1 became x:1, y:-1, z:1) but this now is breaking the character. Can anyone help figure out what could be going wrong?
Did you tried rotate it by 180 along x axis and 180 along y axis?
That wouldn't result in a mirrored character. Try deactivating the Foot I$$anonymous$$.
Answer by ArchyInf · Feb 11, 2014 at 04:17 PM
Try deactivating the Foot IK.
You are using mecanim, right? I'm not sure if there is a global switch. To check if this causes your propen, open your animator controller and uncheck the 'Foot I$$anonymous$$' checkbox in each state.
I investigated and the foot I$$anonymous$$ was already unchecked
Your answer
Follow this Question
Related Questions
Character animation modeling 2 Answers
How do I allow character model body parts to be controlled? 0 Answers
Character Animation Help 0 Answers
Sharing animations with models 2 Answers