- Home /
How to add comments or instructions above a field in the inspector?
The question is quite self explanatory, but the case is that I need to leave some instructions above certain fields in some of my objects´s inspector. Is that even possible? Thanks in advance!
Answer by usergame · Mar 29, 2017 at 04:38 PM
For anyone stumbling onto this question more recently, I couldn't find an elegant solution, so I knocked together a simple PropertyDrawer and PropertyAttribute to allow notes in the inspector which uses the built in EditorGUI.HelpBox. For more info, checkout this forum post:
Hope this helps someone out :)
Answer by LarionR · Oct 24, 2018 at 01:18 PM
here is the solution: https://answers.unity.com/questions/444312/having-text-or-notes-in-the-inspector.html
Your answer
Follow this Question
Related Questions
Array of abstract class in inspector 2 Answers
Custom inspector for files of certain type. 2 Answers
How would I go about creating a custom Unity Event in a Custom Unity Editor/Inspector? 0 Answers
Avoid Base Values being public via Custom Inspector 1 Answer
Hide serialized property from a prefab but show it from another one. 0 Answers