色々とシステムを作ってきましたが、息抜きにアニメーションを作ります。 色替えと差分で敵の画像を量産しましたが、量が多すぎて組み込みとチェックが大変なので放置していましたが、アニメーションも膨大になるので効率化を図らないとやってられ ...
この記事は、のりたま3工房さんから出ているウィズキプというギミックを改変する記事になる予定でしたが、頭がニワトリな自分が将来全てを忘れてしまったときのためにあまりにも基本的なことから書き始めたせいで、ものすんごい長くなってしまいまし ...
Unity-animation-basic-Project/ ├── Assets/ │ ├── Animations/ # .anim clips and Blend Tree assets │ │ ├── Idle.anim # Idle animation clip │ │ ├── Walk.anim │ │ ├── Run.anim │ │ └── Jump.anim │ ├── ...
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, ...