https://drive.google.com/file/d/1aKTbmOtBXO2xDNXbgQFHmTLst-9_Cgjj/view?usp=sharing
Hi there. I've got a question regarding "Mouse Over." It seems to work just fine as long as I use Source: Adventure Creator - it appears/disappears when hovering the mouse over. The moment I change it to Unity Prefab (Screen Space Camera), it doesn't seem to want to disappear after I move the mouse away from the area. I've attached a video. Please ignore the scale/position issue; I will fix that once I figure out why the menu is not disappearing when I move the mouse away.
As always, if there are any similar tickets/tutorials pertaining to this, please link them and I will try to fix it myself.
Thank you in advance.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Assign the Panel child object as the Menu's "RectTransform boundary" field.
Among other things, the "RectTransform boundary" is used to determine the Menu's mouse-over area - so it should generally be set to a RectTransform that describes the Menu's visible area.