در این دوره آموزشی، مدرس Chris Glick نحوه اسکریپت نویسی برای کاراکتر را جهت کار با کنترل ها در موتور بازی سازی Unity را آموزش خواهد داد. او در ادامه نحوه اتصال دسته بازی به اسکریپ جهت کنترل کاراکتر را آموزش خواهد داد. او همچنین نحوه آسیب رسیدن به کاراکتر یا تعویض اسلحه را در حال حرکت آموزش میدهد.
مشاهده توضیحاتــ انگلیسی
In this tutorial we will learn how to script our character animations to work with our controls and overall game. To begin we need to bake our animations into separate animation clips and loop them correctly. Next we'll connect the left joystick position into our script to drive the base character movement animation. From there we will use If Else conditionals to drive which animation plays. Next we'll layer other animations together to easily have our character run while getting hit or swapping weapons. We'll finish our character animation script by freezing the animations while paused and correctly dealing with a game over condition.