A quick and easy way to display any relevant data of a Mesh within the Unity Scene View.Using the Gizmo System from Unity, any relevant data of a mesh can be inspected directly in the Unity Scene View. Supported details of the Mesh include:• Vertices (Gizmo, Position, Index, and Color)• Normals & Tangents• UVs / Texture CoordinatesColors and sizes of the Gizmos can also be changed via an integrated settings window. They will be saved in an easy-to-share JSON file.This tool does not use the UI Toolkit, instead it uses the standard Unity UI using the Functions provided by the classes GUILayout and EditoGUILayout