Skip to content

Instantly share code, notes, and snippets.

@u-m-i
Last active February 19, 2024 19:04
Show Gist options
  • Save u-m-i/123ae5dcbc817ba936c1127afd764ac1 to your computer and use it in GitHub Desktop.
Save u-m-i/123ae5dcbc817ba936c1127afd764ac1 to your computer and use it in GitHub Desktop.
Editor custom help box
// -----------------------
// Resources for the script:
// https://discussions.unity.com/t/having-text-or-notes-in-the-inspector/69375/7
// https://forum.unity.com/threads/helpattribute-allows-you-to-use-helpbox-in-the-unity-inspector-window.462768/
// https://forum.unity.com/threads/add-info-text-notes-into-the-inspector.265330/
// https://discussions.unity.com/t/give-info-in-inspector/47815
// https://github.com/johnearnshaw/unity-inspector-help/blob/master/HelpAttribute.cs
// https://github.com/ALanMAttano/UnityInspectorInfoTextNote/blob/master/Assets/_Scripts/Tools/Editor/InspectorNote.cs
// https://docs.unity3d.com/ScriptReference/EditorGUILayout.HelpBox.html
// ------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment