- Home /
Compile error with animator
No clue what the issue even is. I made an Idle animation with one frame, since I don't want the character to move at all when idle, and I got the "Fix compile error" popup. Why? What did I do wrong
The compile error should tell you. For future reference: always post error messages you're getting when asking about specific errors. You might also want to go over basic concepts like why play mode can't be started when your code cannot be compiled.
Answer by TheShadyColombian · Nov 24, 2016 at 09:54 PM
Compile errors have nothing to do with animators, only with scripts (unless you're crazy enough to modify the built-in Animator component script, in which case, ...why?)
You'll be more likely to get a more in-depth reply to your question if you include the content of the error. "Compile error with animator" tells me nothing about your project. You also didn't include any info on what you've tried to do to fix it so far.