Skip to content Skip to sidebar Skip to footer

Unity Animation Glitches In Build

I have a character in my game that carries an umbrella and briefcase. The umbrella and briefcase are both part of the character's rig and he animates and looks great inside the edi

Solution 1:

This have been happening to me since I updated to Unity 4.3.4f1. Animations work perfect in the Editor however they fail when I build the apk file to Android.

I don't know if it is related to my OS (Windows 8.1 x64) or not but I solve it saving my project and restarting Unity editor.

For now I will keep doing this till they fix this bug in the next release.

Solution 2:

Found it! At last!!

The cause was that under Edit > Project Settings > Quality, the "Blend Weights" option was set to "1 Bone", I upped it to "2 Bones" and voila! Problem solved!

Project Settings > Quality

Post a Comment for "Unity Animation Glitches In Build"