@@jamestanubrata6782 You can use the [Header] attribute that already comes with Unity. There are several others like Tooltip etc. There is a list of some of the attributes - tutorials.eu/unity-attributes-15-tipps-for-the-perfect-inspector-experience/
thank you I juste need that you are amazing
You are welcome
That's so awesome do you know how to make a label attributes which allows to label a list or an array title variable name
Hi, you mean to add a name for each element from a list? For that you could create a class or a dictionary.
@freedomcoding no I mean the list title itself not the element
@@jamestanubrata6782 You can use the [Header] attribute that already comes with Unity. There are several others like Tooltip etc. There is a list of some of the attributes - tutorials.eu/unity-attributes-15-tipps-for-the-perfect-inspector-experience/