- Unity Android Game Development by Example Beginner's Guide
- Thomas Finnegan
- 203字
- 2021-07-21 18:01:21
Chapter 2. Looking Good – Graphical Interface
In the previous chapter, we covered the features of Unity and Android. We also discussed the benefits of using them together. After we finished installing a bunch of software and setting up our devices, we created a simple Hello World application to confirm that everything was connected correctly.
This chapter is all about Graphical User Interface (GUI). We will start by creating a simple Tic-tac-toe game, using the basic pieces of GUI that Unity provides. Following that we will discuss Unity's GUI Styles and GUI Skins. Using what we learned, we will improve the look of our game. Also, we will explore some tips and tricks for handling many different screen sizes of Android devices. Finally, we will learn about a much quicker way to put our games on the device, which was covered in the previous chapter. With all that said, let's jump in.
In this chapter, we will cover the following topics:
- User preferences
- Buttons and labels
- GUI Skins and GUI Styles
- Dynamic GUI positioning
- Build and run
In this chapter, we will be creating a new project in Unity. The first section here will walk you through its creation and setup.
- 數(shù)據(jù)庫原理及應(yīng)用(Access版)第3版
- AWS Serverless架構(gòu):使用AWS從傳統(tǒng)部署方式向Serverless架構(gòu)遷移
- Python Game Programming By Example
- Instant Typeahead.js
- 面向STEM的Scratch創(chuàng)新課程
- Visual FoxPro程序設(shè)計(jì)
- 深入淺出PostgreSQL
- Java程序設(shè)計(jì)入門
- Mastering Android Game Development
- C#應(yīng)用程序設(shè)計(jì)教程
- 從零開始學(xué)C#
- Getting Started with Eclipse Juno
- Go語言編程
- Raspberry Pi Robotic Projects(Third Edition)
- MongoDB Cookbook(Second Edition)