- Home /
Animation not working properly in unity web player
Hi, In my game I'm trying to shoot on enemy to score. The shooting animation I've specified in separate layer in animator controller for the player. But It's not changing its state from idle to shoot, in the browser. It is working fine on unity editor, and on PC.
After debugging from web player I've found my code is calling shoot animation correctly with no error, but it's still not showing on web browser. Could anyone please tell me how to overcome from this problem?
yeah, i'm having the same problem at the moment, my character's animations are in one body, but my attack is another layer.
but it's different with my enemies, they're all in new layers.
if i find the answer, i'll get back to you.
Your answer
Follow this Question
Related Questions
Animator bug with backward animation 0 Answers
A node in a childnode? 1 Answer
Animation problem. 1 Answer
Possibility of adding animation files during runtime? 1 Answer
My player won't jump? 1 Answer