- Home /
unity animation issue android build
in unity editor the animations in my game play fine but when exported to android it makes the model that is being animated instantly disappear please help
If you're using $$anonymous$$ecanim, this has been answered here: http://answers.unity3d.com/questions/1131517/android-object-dissapears-when-animator-starts-pla.html#answer-1131643
Answer by coolraiman · Jan 27, 2016 at 05:02 PM
did you try to build your game in other plateform like pc, webgl and etc...?
This way it can help you to know where is your problem
if it happen on all plateform build, the problem may be in your scripts or the mesh itself .
If it only happen in adroid, then you should look for some specification about animation for android.
And lastly, did you try on multple different android device or just one?
try all these and it will help you find the source of the problem and the solution
Answer by linxuzi · Feb 06, 2016 at 02:26 PM
same issue here, works fine on editor, and windows build messed up animations on android (we are using differents parts with differents z depths some show, some not)
Your answer

Follow this Question
Related Questions
Animation that is triggered with a ui button doesnt play on android build 1 Answer
Grid Layout spacing not working when in Android Build 0 Answers
Can the animation editor create local rotational data? 3 Answers
Animation playing in editor but not on android 0 Answers
Build on Android breaks down modeling. How do I fix this problem?(Vuforia ar) 0 Answers