- Extending Unity with Editor Scripting
- Angelo Tadres
- 306字
- 2021-07-16 19:59:19
Overview
In Unity, a gizmo is a visual aid rendered in Unity's Scene View to help us in the development process. Several components in Unity use gizmos to tell the developers where in the 3D world these are located.
Take a look at the following screenshot. The two icons, the movie camera and the light bulb, are gizmos that indicate the game object position of the camera and the point light components, respectively.

You can do the same with a specific game object if you click on the cube icon in their inspector pane:

Here you have three options to choose:
- Use a label
- Use a built-in icon
- Use a custom icon made with any image located inside your project
You will see the following three results, respectively, in the Scene View:

Any of these gizmos will be attached to the game object and will persist in the scene and in any prefab containing this game object.
All these examples use the Unity editor to do the required setup, but there is an additional way in which gizmos can be created, allowing greater flexibility due to the use of parameters related to our game logic. This is achieved through code using the Gizmos class.
Defining the chapter goals
In this chapter, we will start exploring the many alternatives we have for adding gizmos to Unity and then finish with the implementation of a visual grid for positioning the level piece prefabs, setting the boundaries for our level in this way.
The goals here are:
- Exploring how to add gizmos through code
- Defining the size of the level in terms of columns and rows
- Rendering a grid using gizmos based on the size of the level
- Implementing a snap to grid feature using the level piece prefabs
The final result that we will achieve looks like this:

- Python應(yīng)用輕松入門(mén)
- ADI DSP應(yīng)用技術(shù)集錦
- Python機(jī)器學(xué)習(xí)算法與實(shí)戰(zhàn)
- Express Web Application Development
- Visual FoxPro程序設(shè)計(jì)習(xí)題集及實(shí)驗(yàn)指導(dǎo)(第四版)
- 區(qū)塊鏈技術(shù)與應(yīng)用
- Learning Hadoop 2
- Illustrator CS6設(shè)計(jì)與應(yīng)用任務(wù)教程
- SignalR:Real-time Application Development(Second Edition)
- Mudbox 2013 Cookbook
- Hacking Android
- H5+移動(dòng)營(yíng)銷(xiāo)設(shè)計(jì)寶典
- 交互設(shè)計(jì)語(yǔ)言:與萬(wàn)物對(duì)話(huà)的藝術(shù)(全兩冊(cè))
- C#編程魔法書(shū)
- Java語(yǔ)言程序設(shè)計(jì)與實(shí)現(xiàn)(微課版)