- Mastering Unity 2D Game Development(Second Edition)
- Ashley Godbold Simon Jackson
- 125字
- 2021-07-08 11:05:21
Summary
We have certainly covered a lot in this chapter simply because you were setting up the main structure of the game and covering the basics of importing sprites. We will use both of these features extensively throughout the text.
Until now, we have covered the following topics:
- The basics of game design and structure
- Creating new projects and scenes
- An overview of all the main sprite components (Sprite/Sprite Renderer)
- Importing new sprites
- Carving up individual sprites from Sprite Sheets
- Adding sprites to your game
- Basic character movement with arrow keys
Now that we have our character in our game, we can make her movement much more natural by adding animation and adjusting her code accordingly. We will add her animation in the next chapter.
推薦閱讀
- 微服務設計(第2版)
- GeoServer Cookbook
- Learning Chef
- Mastering Natural Language Processing with Python
- 你必須知道的204個Visual C++開發問題
- Monitoring Elasticsearch
- 軟件工程
- Hands-On Microservices with Kotlin
- Ext JS 4 Web Application Development Cookbook
- C語言程序設計
- 愛上micro:bit
- Mastering Akka
- JavaScript程序設計(第2版)
- Cocos2d-x Game Development Blueprints
- C++程序設計教程