Chapter 8. Menu Design

In order to create a rounded example game, in this chapter, we will look at creating a separate scene to our existing island scene to act as a menu. Menu design in Unity can be achieved in a number of ways using a combination of built-in behaviors and 2D texture rendering.

Game titles you introduce should be added using GUI Textures, such as a splash screen with developer logos or loading screen. However, when adding interactive menus, you need to consider two different approaches, one using GUI Textures an area we've already explored when implementing our Matches GUI in the previous chapter and the crosshair in Chapter 6, and the other utilizing UnityGUI classes, incorporating GUI skin assets.

In this chapter, you will learn ...

Get Unity Game Development Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.