The following is the general approach to create UI(User Interface) Allows a user to interact with your application. Unity currently supports three UI systems. More info
See in Glossary in the UI Builder:
Label
Text or Button
Tooltip via the Inspector’s Attributes section..my-button:hover { color: blue; }
selector that sets the color blue on any element that has the class .my-button
and the mouse is on top of it.:hover
styles).