Has anyone gotten OnMouseOver to work with the new gui? I mean, I know I can work around it with raycasts but I would think OnMouseOver would be the best solution but I cannot get it to fire at all.
I think you’re looking for OnPointerEnter…
1 Like
Whoa, thanks!!! You guys are good.
EDIT: I’ve implemented the change and been able to construct my main menu with that information. Thanks!