Learning C# by Developing Games with Unity 5.x (Second Edition)
Greg Lukosek
- 出版商: Packt Publishing
- 出版日期: 2016-03-31
- 售價: $1,970
- 貴賓價: 9.5 折 $1,872
- 語言: 英文
- 頁數: 230
- 裝訂: Paperback
- ISBN: 1785287591
- ISBN-13: 9781785287596
-
相關分類:
C#、遊戲引擎 Game-engine
已過版
買這商品的人也買了...
-
$2,280Working Effectively with Legacy Code (Paperback)
-
$1,860$1,767 -
$1,520$1,440 -
$1,700$1,700 -
$4,620$4,389 -
$1,980$1,881 -
$1,230$1,169 -
$600$474 -
$1,650$1,568 -
$560$420 -
$2,010$1,910 -
$1,980$1,881 -
$680$537 -
$520$406 -
$2,450$2,328 -
$1,663Continuous Architecture in Practice: Software Architecture in the Age of Agility and Devops (Paperback)
-
$1,368Domain Storytelling: A Collaborative, Visual, and Agile Way to Build Domain-Driven Software (Paperback)
-
$2,070Multithreaded JavaScript: Concurrency Beyond the Event Loop
-
$2,475Software Architecture: The Hard Parts: Modern Trade-Off Analyses for Distributed Architectures (Paperback)
-
$2,625$2,573 -
$2,052Mastering API Architecture: Design, Operate, and Evolve Api-Based Systems (Paperback)
-
$2,160$2,052 -
$1,758Functional Design: Principles, Patterns, and Practices (Paperback)
-
$750$585 -
$2,043$1,935
相關主題
商品描述
Develop your first interactive 2D platformer game by learning the fundamentals of C#
About This Book
- Get to grips with the fundamentals of scripting in C# with Unity
- Create an awesome, 2D platformer game from scratch using the principles of object-oriented programming and coding in C#
- This is a step-by-step guide to learn the fundamentals of C# scripting to develop GameObjects and master the basics of the new UI system in Unity
Who This Book Is For
The book is targeted at beginner level Unity developers with no programming experience. If you are a Unity developer and you wish to learn how to write C# scripts and code by creating games, then this book is for you.
What You Will Learn
- Understand the fundamentals of variables, methods, and code syntax in C#
- Get to know about techniques to turn your game idea into working project
- Use loops and collections efficiently in Unity to reduce the amount of code
- Develop a game using the object-oriented programming principles
- Generate infinite levels for your game
- Create and code a good-looking functional UI system for your game
- Publish and share your game with users
In Detail
Unity is a cross-platform game engine that is used to develop 2D and 3D video games. Unity 5 is the latest version, released in March 2015, and adds a real-time global illumination to the games, and its powerful new features help to improve a game's efficiency.
This book will get you started with programming behaviors in C# so you can create 2D games in Unity. You will begin by installing Unity and learning about its features, followed by creating a C# script. We will then deal with topics such as unity scripting for you to understand how codes work so you can create and use C# variables and methods. Moving forward, you will find out how to create, store, and retrieve data from collection of objects.
You will also develop an understanding of loops and their use, and you'll perform object-oriented programming. This will help you to turn your idea into a ready-to-code project and set up a Unity project for production. Finally, you will discover how to create the GameManager class to manage the game play loop, generate game levels, and develop a simple UI for the game.
By the end of this book, you will have mastered the art of applying C# in Unity.
Style and approach
This is a step-by-step guide to developing a game from scratch by applying the fundamentals of C# and Unity scripting.