Solid Btns Advice

HI there,
I am just wondering if anyone has any solid solutions for btns. The problem is, my pause menu. It is 5 btns stacked vertically. Initially, and still am using EZGUI, however, my btn calls were in accurate and in frequent in there success. So I added a update() which casts a ray. Still tho, the same problems exist.

So, does anyone have any solid advice on btns?

Thanks.

EZGUI is great for UI solution so far. Don’t use Ray until you have any explicit reason. Ray won’t give precise values. Try our other input system in the UIManager. I’m not sure why you added Update for checking button because EZGUI have everything for button and callback etc.