ボーンアニメーション

「ボーンアニメーション」の編集履歴(バックアップ)一覧はこちら

ボーンアニメーション」(2012/04/08 (日) 20:44:27) の最新版変更点

追加された行は緑色になります。

削除された行は赤色になります。

FBXモデルを読み込む Inspector 内のsplit animation にチェック フレーム数を指定してアニメーションにNameを入れる Apply を忘れずに ソースからの指定はこんな感じ GameObject model = GameObject.Find ("fbx_model"); if(model != null) { if( !model.animation.isPlaying) { model.animation.Play("idle"); } }
FBXモデルを読み込む Inspector 内のsplit animation にチェック フレーム数を指定してアニメーションにName(ここでは"idle")を入れる Apply を忘れずに ソースからの指定はこんな感じ GameObject model = GameObject.Find ("fbx_model"); if(model != null) { if( !model.animation.isPlaying) { model.animation.Play("idle"); } }

表示オプション

横に並べて表示:
変化行の前後のみ表示: