این پست بنا به درخواست ثبت شده توسط hosseinamir در سایت قرار داده شده است.
Lynda - Unity 2D Essential Training
4h 3m | Intermediate | Jun 09, 2014
با سلام
بازی های زیادی هستند که هدفشان، هدف قرار دادن فروشگاه های بازی های 2 بعدی میباشد. Unity یک موتور بسیار مناسب برای طراحی آنها میباشد، چرا که امکانات فراوانی را به سادگی در اختیار آنان قرار میدهد. در این آموزش شما نحوه وارد کردن آثار هنری، انیمیشن، ساخت کنترلر های بازیکن، ایجاد دشمنان، موانع و سطوح، ورودی کنترلر های بازیکن و ... را خواهید آموخت.
مشاهده توضیحاتــ انگلیسی
Many of the games hitting app stores are 2D games. Unity is the perfect engine for designing them. Why? Unity 2D has a drag-and-drop sprite importer, built-in texture atlasing, a sprite animation editor, a dedicated 2D renderer with features like layers/depth and parallax scrolling, and the open-source Box2D physics engine. (If you've played games like Angry Birds, you've seen Box2D in action!) Here Jesse Freeman shows you how to take advantage of these features and build reusable components that you can use in your own games. He'll show you how to import artwork, create and link animations, build and control a player, create formidable enemies, add obstacles, build out different levels, and accept touch and controller input from players. The last chapter shows how to publish your finished game on a variety of platforms: iOS, Android, desktop computers, and the web. Watch now and start building the next blockbuster.
Topics include:
Installing Unity
Creating a new project
Making scripts in Unity with C#
Working with 2D artwork
Creating animations
Creating and moving players
Adding collisions
Creating an alien enemy
Extending Unity with gizmos
Creating a simple tile map
Switching between levels
Publishing your game