Programming Documentation

logo

Programming Documentation

Search
Light Mode
Contact Us

Contact us

No results for your search.
Sorry, an unexpected error occurred

A tooltip is basically a comment but that comment is visible inside the Unity editor. If you have a public field or a private field with the [SerializeField] attribute, hovering over the exposed field in the Unity editor it will show you the tooltip text.


This also appears in certain IDE's as well. If you hover over the variable word anywhere in the project, the info bubble that appears will include that tooltip text.