اجرای انیمیشن سقوط از ارتفاع یا افتادن از بلندی در یونیتی
سه شنبه, ۱۰ شهریور ۱۳۹۴، ۱۲:۲۱ ب.ظ
منبع :gameover.blog.ir
منبع :
http://answers.unity3d.com/questions/776750/fall-animation-when-character-is-falling.html
if(!playerController.IsGrounded() && playerController.velocity.y < 0)
{
animation.CrossFade("FallDown", 0.5);
animation["FallDown"].speed = 3;
}
منبع :
http://answers.unity3d.com/questions/776750/fall-animation-when-character-is-falling.html
۹۴/۰۶/۱۰