Gizmos¶
Contains all editor-only visual debugging tools that render in the Scene view.
Examples: - ShieldDebugger - Health or status visualization overlays
Purpose¶
To give developers quick, real-time visual feedback while testing systems in-editor.
These scripts are guarded with #if UNITY_EDITOR && REV_<SYSTEM>_PRESENT
so they compile only when the relevant module is present.