- Learning C# 7 By Developing Games with Unity 2017(Third Edition)
- Micael DaGra?a Greg Lukosek
- 357字
- 2021-07-02 19:59:30
What this book covers
Chapter 1, Discovering Your Hidden Scripting Skills and Getting Your Environment Ready, puts you at ease with writing scripts for Unity.
Chapter 2, Introducing the Building Blocks for Unity Scripts, helps you develop the skill of writing your first executable code.
Chapter 3, Getting into the Details of Variables, teaches you about creating and using C# variables, followed editing them in Unity Inspector.
Chapter 4, Getting into the Details of Methods, helps you learn more in detail about methods and how to use them to understand the importance of code blocks and the variables used in them.
Chapter 5, Lists, Arrays, and Dictionaries, introduces slightly more complex ideas of handling, lists, arrays, and dictionaries, which allow you to store many values at once.
Chapter 6, Loops, focuses on learn how to "ask" Unity to loop through a section of code and do something useful.
Chapter 7, Objects, a Container with Variables and Methods, pes into the subjects of organizing your code and object-oriented programming.
Chapter 8, Let's Make a Game! – from Idea to Development, explains how to turn an idea into a ready-to-code project and how to break down complex mechanics into pieces.
Chapter 9, Starting Your First Game, outlines transforming an idea into a real Unity project.
Chapter 10, Writing GameManager, gets you acquainted with the basics of the singleton approach and also helps you work through the gameplay loop.
Chapter 11, The Game Level, teaches how to create reusable pieces
of a level and also how to populate them to create the illusion of an endlessly running game.
Chapter 12, The User Interface, showcases how to construct and implement the user interface in our game.
Chapter 13, Collectables, outlines collectables and storing some data between Unity sessions.
Chapter 14, Enemies, assists in how to create enemies and obstacles, how to animate them and how to turn simple Game Objects into deadly objects.
Chapter 15, Audio, 3D Games, and Export, assists in implementing audio effects and music, introduces you to the fundamentals of how to create a 3D game, and finally, how we can export the game to multiple platforms.
- INSTANT Mock Testing with PowerMock
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- 區塊鏈架構與實現:Cosmos詳解
- MATLAB 2020 從入門到精通
- 面向STEM的Scratch創新課程
- 飛槳PaddlePaddle深度學習實戰
- Java EE 7 Performance Tuning and Optimization
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Active Directory with PowerShell
- Unity 2018 Augmented Reality Projects
- Java EE Web應用開發基礎
- OpenCV Android開發實戰
- Java Web開發基礎與案例教程
- 從零開始學算法:基于Python
- 計算機程序的構造和解釋(JavaScript版)