#Can't get button to work

1 messages · Page 1 of 1 (latest)

thorn oak
#

I tried to setup the most simple situation I could. Nothing else is being displayed besides this one button. It is a UI image with a button component. I can't get it to Debug.Log() when clicked. I have no idea why at all. Nothing is blocking the raycast. I would appreciate any help/thoughts.

paper mauve
#

are you sure the "Glow" object is not blocking the mouse?

ebon terrace
#

There is also no EventSystem visible in the hierarchy

#

If there's no event system, no UI interactions will work

paper mauve
#

oh yeah, that'll do it

#

unless it's in Bootstrap

thorn oak
#

@paper mauve The Glow object was it 100%. So obvious!!! I really appreciate it though. I have no idea if I would have found that.