- 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
- SoapUI Cookbook
- WebAssembly實(shí)戰(zhàn)
- OpenCV for Secret Agents
- 軟件測試工程師面試秘籍
- Learning Informatica PowerCenter 10.x(Second Edition)
- Web Application Development with R Using Shiny(Second Edition)
- Scala編程實(shí)戰(zhàn)(原書第2版)
- PHP 7+MySQL 8動(dòng)態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學(xué)版)
- Microsoft Dynamics AX 2012 R3 Financial Management
- 快速入門與進(jìn)階:Creo 4·0全實(shí)例精講
- Android Sensor Programming By Example
- Learning Bootstrap 4(Second Edition)
- JavaScript Unit Testing
- HTML5/CSS3/JavaScript技術(shù)大全
- Unity虛擬現(xiàn)實(shí)開發(fā)圣典