How do I change the name of MonoBehaviour references in the inspector?
So I have a class that references two classes of the same type. I want to be able to know that I'm assigning the right references to the right fields, but the lack of names makes this very difficult. I want to name the references to my inventories so I can tell the difference between the two in the serialized fields. I've been searching but it doesn't seem as though there's any way to do this?
Your answer
Follow this Question
Related Questions
How do I use EditorGUILayout.EnumPopup with an enum with 'holes' in a custom inspector. 3 Answers
Is it possible to customize how a variable of a certain type would look in the inspector? 1 Answer
Why does Unity use the default values for my Serializable objects while running? 1 Answer
How Do I Get a Reference To An Object In Another Scene In A Field In The Inspector? 4 Answers