Animator
(旧版)Unityゲームプログラミング・バイブル p.36にプロパティの説明あり
https://twitter.com/warapuri/status/1437300863127539713
不便な点
【Unity・Blender】アニメーションの使い方・作り方をマスターする! – XR-Hub
@dtupper: hey
don't use massive amounts of transitions out of Any State. you're asking the animator to check dozens (or god forbid, hundreds) of conditions every frame the animator runs. its ok to check that many once when params change, not EVERY UPDATE.
tia
*pulls out popcorn*
https://pbs.twimg.com/media/FMOfDOYVQAEpTLD.jpg
転記:2017/6/10
Animatorクラス
メカニムアニメーションを制御するインタフェース
Unity - Scripting API: Animator
GetComponent(Type type)
ゲームオブジェクトがType typeのコンポーネントを返す
[Unity - Scripting API: GameObject.GetComponent http://docs.unity3d.com/ScriptReference/GameObject.GetComponent.html]
#Unity