- Unity 2020 By Example
- Robert Wells
- 265字
- 2021-06-11 17:57:11
Chapter 1: Exploring the Fundamentals of Unity
Unity is a game engine that works with your existing asset pipeline (such as 3D modeling software) and can be used to compile video games that work seamlessly across multiple platforms and devices, including Windows, Mac, Linux, Android, and iOS. Using Unity, developers import ready-made assets (such as music, textures, and 3D models), and assemble them into a coherent whole, forming a game world that works according to a unified logic. This book focuses on developing games in Unity 2020 — taking you step by step through how to create increasingly complex projects.
This chapter starts the first project on our list, which will be a fun collection game. By the end of the next chapter, you'll have pieced together a simple but complete game. As part of the process, you'll become familiar with the fundamentals of developing in Unity, including the following:
- New features in Unity 2020
- Creating new projects using Unity Hub
- How to navigate the Unity editor
- Unity project structure
- Importing assets using the Package Manager
- Using the Unity editor to create a level
- Creating optimized lighting effects
- How to playtest the game
Using the information in this chapter, you will gain an understanding of how to create new projects from scratch, navigate the Unity editor, and import assets, information that will be invaluable for years to come as you develop your own projects in Unity.
Remember, it doesn't matter if you've never used Unity before. We'll go through everything that is required step by step, starting with the new features found in Unity 2020.
- 少兒人工智能趣味入門:Scratch 3.0動畫與游戲編程
- TypeScript Essentials
- Getting Started with ResearchKit
- Building a Game with Unity and Blender
- Learning Python Design Patterns
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- CRYENGINE Game Development Blueprints
- Python從入門到精通(第3版)
- 并行編程方法與優(yōu)化實(shí)踐
- 現(xiàn)代C:概念剖析和編程實(shí)踐
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)訓(xùn)教程
- Python物理建模初學(xué)者指南(第2版)
- Neo4j 3.x入門經(jīng)典
- 嵌入式C編程實(shí)戰(zhàn)
- Microsoft Dynamics GP 2013 Cookbook