MouseOver
Hi! I have a question to ask.How can i make this happen: for example,i have some text,and i want that when i pass with cursor over it,to become bigger.Can you please help me,if you understand what i mean? Thanks
Answer by Pengocat · Jan 10, 2017 at 02:23 AM
Create a UI Text GameObject. Make sure it is on a Canvas.
Add an EventTrigger Component
Click "Add new event type" and Select PointerEnter & PointerExit
Drag Text Component into the EventTrigger Component where it reads "object"
Where it reads "no function" select Text > int Fontsize and enter a value
Your answer
Follow this Question
Related Questions
Making the cursor disappear after the mouse being inactive for a set amount of time? 0 Answers
How to hide cursor ingame? Please help 2 Answers
Move mouse without moving cursor 0 Answers
how can i create an interactive text in GUI.Window? 0 Answers
Why does my mouse cursor flicker in the Unity Editor when dragging any item? 0 Answers