- OUYA Game Development by Example
- Jack Donovan
- 168字
- 2021-08-13 17:52:17
Chapter 3. Diving into Development
In the last two chapters, you familiarized yourself with the Unity development environment and had a taste of what you can create for the OUYA. Now it's time for the fun part: creating code that turns your ideas into mechanics. In this chapter, you'll create your first functioning prototype and write some basic code to see action on the screen. In doing this, you'll cover basic gameplay scripting techniques and some introductory programming in the C# language. We'll also look at the tools provided to us in the Unity API.
Specifically, we'll cover the following topics:
- Setting up a scene in Unity
- Navigating the scene in your workspace
- Lighting and cameras
- Adding scripts to objects
If you're already familiar with Unity and the fundamentals of scripting in C#, feel free to advance to the next chapter; nothing in this chapter is built upon in future chapters, it's only for getting you up to speed with the basic tools we'll be using.
- ATmega16單片機項目驅動教程
- 新型電腦主板關鍵電路維修圖冊
- 極簡Spring Cloud實戰
- 基于Proteus和Keil的C51程序設計項目教程(第2版):理論、仿真、實踐相融合
- 施耐德SoMachine控制器應用及編程指南
- Manage Partitions with GParted How-to
- 電腦維護365問
- Learning Stencyl 3.x Game Development Beginner's Guide
- 筆記本電腦維修不是事兒(第2版)
- 分布式微服務架構:原理與實戰
- 微服務分布式架構基礎與實戰:基于Spring Boot + Spring Cloud
- 電腦高級維修及故障排除實戰
- 筆記本電腦維修300問
- WebGL Hotshot
- Istio實戰指南