What are some good tutorials/programs for animating?
I'm new to Unity, but am really interested in learning more about using animations in my projects. Are there any tutorials or programs/software that you would recommend for a beginner? Thank you!
Some of my notes that might clear things up. $$anonymous$$entions animation specifically about 1/2-way down, but it all might be helpful: http://answers.unity3d.com/questions/1252826/is-unity-for-beginners-if-not-what-else-should-i-k.html
Answer by PeterPursuit · Jan 31, 2017 at 02:47 PM
There's a great official Unity tutorial for the mecanim system: https://www.youtube.com/watch?v=Xx21y9eJq1U Blender is a free software for 3d modelling and animation with lots of tutorials on youtube. Once you have a rigged humanoid model you can use Unity's Raw Mocap Data Package which contains many basic animations: https://www.assetstore.unity3d.com/en/#!/content/5330
If you meant 2d animations then you just have to create an animation from several single images. That can be done inside Unity and using mecanim to make them work together is the same as for 3d.
Answer by Loui_Studios · Jan 31, 2017 at 12:57 PM
Unity has some great tutorials and documentation on how to get animations in your projects.
https://unity3d.com/learn/tutorials/topics/animation
As for programs, Blender or Maya are very good choices with equal respects. However, they are not easy to use at first -especially for beginners.
I would personally reccomend Blender -as it is free, and so it has more tutorials to get you started.
https://www.youtube.com/results?search_query=blender+animation+tutorial+beginner
Good luck in your animating endeavours!