Learning C# by Developing Games with Unity 3D Beginner's Guide
暫譯: 透過 Unity 3D 開發遊戲學習 C#:初學者指南
Terry Norton
- 出版商: Packt Publishing
- 出版日期: 2013-09-25
- 售價: $2,220
- 貴賓價: 9.5 折 $2,109
- 語言: 英文
- 頁數: 292
- 裝訂: Paperback
- ISBN: 1849696586
- ISBN-13: 9781849696586
-
相關分類:
C#、遊戲引擎 Game-engine
已過版
相關主題
商品描述
The beauty of this book is that it assumes absolutely no knowledge of coding at all. Starting from very first principles it will end up giving you an excellent grounding in the writing of C# code and scripts.
Overview
- You've actually been creating scripts in your mind your whole life, you just didn't realize it. Apply this logical ability to write Unity C# scripts
- Learn how to use the two primary building blocks for writing scripts: the variable and the method. They're not mysterious or intimidating, just a simple form of substitution
- Learn about GameObjects and Component objects as well as the vital communication between these objects using Dot Syntax. It's easy, just like addressing a postal letter
- Stay logically organized by utilizing a State Machine for your code. Use the simple concept of a State to control your Unity project. You will definitely save time by knowing where your code is located
- With your new knowledge of coding, you will be able to look at Unity's Scripting Reference code examples with confidence
In Detail
For the absolute beginner to any concept of programming, writing a script can appear to be an impossible hurdle to overcome. The truth is, there are only three simple concepts to understand: 1) having some type of information; 2) using the information; and 3) communicating the information. Each of these concepts is very simple and extremely important. These three concepts are combined to access the feature set provided by Unity.
"Learning C# by Developing Games with Unity 3D" assumes that you know nothing about programming concepts. First you will learn the absolute basics of programming using everyday examples that you already know. As you progress through the book, you will find that C# is not a foreign language after all, because you already know the words. With a few keywords and using substitution, before you know it, you'll be thinking in code.
The book starts by explaining in simple terms the three concepts you need for writing C# code and scripts: 1) variables to hold information; 2) methods (functions) to use the information; and 3) Dot Syntax to communicate the information where it's needed. The book builds on these concepts to open up the world of C# coding and Unity scripting. You will use this new power to access the features provided in Unity's Scripting Reference.
The first half of this book is devoted to the code writing beginner. The concepts of variables, methods, Dot Syntax, and decision processing are fully explained. Since C# is an actual programming language, we take advantage of this to develop a State Machine to help control and organize each phase of a Unity project. Once the basic programming concepts are established and we have some State Machine organization, the features and power of Unity are accessed using the Scripting Reference.
The goal of "Learning C# by Developing Games with Unity 3D" is to teach to you how to use the Unity Scripting Reference.
What you will learn from this book
- Understand what a variable is and how it works
- Learn about methods and functions is and how they are used to manipulate information
- Learn the concept of an object, a component of a GameObject, and the class they come from
- Learn about communication between objects using Dot Syntax
- Understand how to make decisions in code
- Learn how to use a State Machine to control and organize a Unity project
- Master the Scripting Reference to bring GameObjects to life
- Learn how to use the Unity Physics engine for moving and detecting GameObject collisions and triggers
- Display information on the game screen
商品描述(中文翻譯)
這本書的美妙之處在於它完全不假設讀者對編碼有任何知識。從最基本的原則開始,它將為您提供撰寫 C# 代碼和腳本的優秀基礎。
**概述**
- 您其實一生中一直在心中創建腳本,只是您沒有意識到。將這種邏輯能力應用於撰寫 Unity C# 腳本。
- 學習如何使用撰寫腳本的兩個主要構建塊:變數和方法。它們並不神秘或令人生畏,只是一種簡單的替代形式。
- 了解 GameObjects 和 Component 物件,以及這些物件之間使用 Dot Syntax 的重要通信。這很簡單,就像寫郵件地址一樣。
- 通過利用狀態機來保持代碼的邏輯組織。使用狀態的簡單概念來控制您的 Unity 專案。您將通過知道代碼的位置來節省時間。
- 憑藉您對編碼的新知識,您將能夠自信地查看 Unity 的腳本參考代碼示例。
**詳細內容**
對於任何編程概念的絕對初學者來說,撰寫腳本可能看起來是一個無法克服的障礙。事實上,只有三個簡單的概念需要理解:1) 擁有某種類型的信息;2) 使用這些信息;3) 傳達這些信息。這三個概念都非常簡單且極其重要。這三個概念結合在一起以訪問 Unity 提供的功能集。
《通過開發 Unity 3D 遊戲學習 C#》假設您對編程概念一無所知。首先,您將學習使用您已經知道的日常例子來掌握編程的絕對基礎。隨著您在書中的進展,您會發現 C# 其實並不是一門外語,因為您已經知道這些詞彙。只需幾個關鍵字和使用替代,您很快就會開始用代碼思考。
本書首先用簡單的術語解釋撰寫 C# 代碼和腳本所需的三個概念:1) 用於保存信息的變數;2) 用於使用信息的方法(函數);3) 用於在需要的地方傳達信息的 Dot Syntax。本書基於這些概念,開啟 C# 編碼和 Unity 腳本的世界。您將利用這種新能力來訪問 Unity 的腳本參考中提供的功能。
本書的前半部分專注於代碼撰寫的初學者。變數、方法、Dot Syntax 和決策處理的概念都得到了充分解釋。由於 C# 是一種實際的編程語言,我們利用這一點來開發狀態機,以幫助控制和組織 Unity 專案的每個階段。一旦基本的編程概念建立起來,並且我們有了一些狀態機的組織,就可以使用腳本參考來訪問 Unity 的功能和力量。
《通過開發 Unity 3D 遊戲學習 C#》的目標是教您如何使用 Unity 腳本參考。
**您將從本書中學到什麼**
- 了解什麼是變數以及它是如何工作的
- 學習方法和函數是什麼,以及它們如何用來操作信息
- 學習物件的概念、GameObject 的組件以及它們來自的類別
- 學習使用 Dot Syntax 進行物件之間的通信
- 了解如何在代碼中做出決策
- 學習如何使用狀態機來控制和組織 Unity 專案
- 精通腳本參考,使 GameObjects 充滿活力
- 學習如何使用 Unity 物理引擎來移動和檢測 GameObject 的碰撞和觸發
- 在遊戲畫面上顯示信息