Skip to content
Jon McCreadie edited this page Oct 26, 2024 · 3 revisions
Screenshot 2024-10-14 201458

Description

From unity docs:

Draw an icon at a position in the Scene view. Place the image file in the Assets/Gizmos folder. DrawIcon can be used to allow important objects in your game to be selected quickly.

Serialised Properties

Type Property Result
string File Path String The name of the file to be used as a gizmo, that's inside the Assets/Gizmos folder
bool Allow Scaling if true, gizmo will be affected by the 3D Icons scale slider in the Gizmos Menu.

Unity Docs

Unity - Scripting API: Gizmos.DrawIcon

Clone this wiki locally