- Mastering Unity 2D Game Development(Second Edition)
- Ashley Godbold Simon Jackson
- 195字
- 2021-07-08 11:05:18
Chapter 2. Building Your Project and Character
It's time to start putting the building blocks that will make up your game into Unity. We will start with setting up the project and then move on to building the main character. Setting up the main character is an important first step, as most of your game's core logic and framework generally centers on the main protagonist and highlights exactly how the player will interact with the game.
We will be creating two main locations for the character to explore: a 2.5D town in which she can interact with Non-Playable Characters (NPCs) and a world map in which she will encounter and battle enemies. To allow our character to interact with and explore these locations, we must first get our character into our project and give her the ability to move around the scenes. We must also get our project started the right way by setting up the project appropriately.
The following topics will be covered in this chapter:
- Designing a good project structure
- Creating a project and scenes
- Importing Sprites
- Working with classes and components
- Planning and designing behaviors
- Setting up user control effectively
- Unity 2020 By Example
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- Mastering Entity Framework Core 2.0
- LaTeX Cookbook
- The Modern C++ Challenge
- Web Development with Django Cookbook
- Java 11 Cookbook
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(入門與提高篇)
- 低代碼平臺開發實踐:基于React
- Mastering Data Mining with Python:Find patterns hidden in your data
- Spring Boot實戰
- Azure Serverless Computing Cookbook
- WildFly Cookbook
- Java程序設計教程
- 程序員必會的40種算法