Unity model scripting question

Hello there,

I need to get some things clear about unity scripting. Now listen guys, i have made a 3D model in cinema 4d and exported it to .fxp. I can see that model in unity project and it looks fine. I haven’t made animation for it, yet. So here’s the questin… Can you animate model in unity with a script?
I know that there’s a animation tool in unity, but i would like to know if it’s may possible to animate with javascript. Just small character moves or something like that.

Thanks for reading and answering my question!
It would definitely help me out!

It is not practical to animate a model using script, no. Script is for controlling predefined animations.

An exception to that is when you’re doing Inverse Kinematics, which is all done on-the-fly.

https://www.google.com/search?q=unity+inverse+kinematics