強火で進め

このブログではプログラム関連の記事を中心に書いてます。

2013-03-14から1日間の記事一覧

Unity 4.1 で追加されたMecanimのアニメーションの録画/再生機能を使ってみました

こちらのUnity公式のMecanimのサンプルの一部を変更して試してみました。 Animator Controller というシーンを開き、 U_Character_REF という Prefab に設定してある AnimatorController_UI.cs を以下の様に変更すると動画の様なテストが行えます。 using Un…

PathFindingのサンプルコード「PathFinding.js」

こちらでデモが体験出来ます。ソースコードはこちら。 qiao/PathFinding.js · GitHub https://github.com/qiao/PathFinding.js

Unity 4.1 がリリースされました

Unity 4.1 がリリースされました。 ダウンロードはこちらから http://unity3d.com/unity/download/ What's New http://unity3d.com/unity/whats-new/ リリースノート http://unity3d.com/unity/whats-new/unity-4.1 自分が気になってる機能を中心に新機能の…