how to test animation?

i have a animation on my character and i have this:

body.animation.CrossFade ("idle");

in the update function and is the only thing in the whole script. yet nothing is happening, i already went into the editor and made it so it split the animations and mine is from frames 0-10.

yet when i press play, nothing occurs. Yes it is in loop. Is it my animation or am i doing something wrong?:face_with_spiral_eyes:
how can i test if i have an animation. (3ds max)

try this

body.animation[β€œidle”].wrapMode = WrapMode.Loop;
body.animation.Play(β€œidle”);