- 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
- Practical Data Analysis Cookbook
- CMDB分步構(gòu)建指南
- JavaScript高效圖形編程
- TensorFlow Lite移動(dòng)端深度學(xué)習(xí)
- Python程序設(shè)計(jì)(第3版)
- Mastering Google App Engine
- GameMaker Programming By Example
- Apache Kafka Quick Start Guide
- Protocol-Oriented Programming with Swift
- Webpack實(shí)戰(zhàn):入門、進(jìn)階與調(diào)優(yōu)
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- Programming with CodeIgniterMVC
- jQuery Mobile Web Development Essentials(Second Edition)
- 軟件開發(fā)中的決策:權(quán)衡與取舍
- Mastering Swift 4(Fourth Edition)