ニュース

Animatorを作って共有化する まずは、量産型のザコマウスから、ベースとなるAnimatorを作ります。 Unityの2Dアニメーションの作り方は、こちらを参照してください。
Animator Controllerの基本のき~~!! 突然のテンションにびっくりしたかもしれませんね。 我々コミュ障はそういうことをしがちです。 左側のタブの話 Projectで右クリックしてCreateからAnimator Controllerを選択すると、まっさらなAnimator Controllerを作成することが出来ます。 そりゃそう。 で、それを ...
Unity Animation Basics Project Learn and experiment with Unity’s animation system through practical examples—covering Animation Clips, Animator Controllers, Blend Trees, and script-driven triggers.
Once you have written a state machine in code using UnityHFSM, you can automatically generate an animator controller for it. This allows you to explore its structure visually in the Unity editor, ...