After three long hours on Unity manuals and youtube tutorials I turn to you Unity gurus. Could you please help me with this.
I exported a cube (to test how objects export with animations) from blender as blend and also tried FBX to Unity. All is well this far and it looks like the animation carried over nicely (I can preview it in the animations section in the inspector). Now I drag and drop the object to my scene and position it at the place where intended. Object does not move/play the animation when I enter the game mode.
I been tweaking the settings in import settings and also tried to add component, animation to see if that would help but no. Animator controller says none by default. Is this something im missing? On tutorial people does not even seem to have this animator which I get by default when I set the cube to the scene.
Hi, i made some clicking on unity and it seems pretty intuitive. But i’m still at the beginning.
With version 4.+ there’s quite polished and advanced system of animation cotroller implemented. It makes everything much easier, but there’s a lot of things to figure out. I encourage you to see unity tutorials on animation and read throught the documentation.
Solution to see animation on game preview window should go like this::shock:
Once you add fbx object to the scene, create NewAnimatorController at asset bin, drag it to animator component in inspector to controller field, double click it in assets window or at ring with dot next to controller field at inspector and drag animation to whatever layer, right click and make default.
Enjoy further study, 'cause that’s where my knowledge ends. If you guys figure out, how to set it to loop, i’ll be glad.
To edit an animation settings From Blender before it’s dropped to AnimatorController window, for example making it a loop, change Object import settings, find animation, check Loop Pose and there ya go!