Skip to content

Instantly share code, notes, and snippets.

@muzudho
Last active June 8, 2017 18:24
Show Gist options
  • Save muzudho/cea5bd1e4503f7483c9813368bd3c34e to your computer and use it in GitHub Desktop.
Save muzudho/cea5bd1e4503f7483c9813368bd3c34e to your computer and use it in GitHub Desktop.
ゲーム開発を受注しようぜ<その4> キャラクターのモーション遷移を作ろうぜ ref: http://qiita.com/muzudho1/items/44e66663be3323e556c9
![undefined]()
isGrounded = Physics2D.Linecast ( スタート, エンド, レイヤー);
transform.position
transform.up
// GameObject go;
go.layer = LayerMask.NameToLayer("Ground");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment