Having trouble getting click events to fire so I made a quick clickable cube to try and figure out what was going on. What you see is the entirety of it. For some reason the on-click event never fires, the on-release event, however, does.
I’ve done what seems to be the usual “why aren’t my clicks being registered?” troubleshooting. Mouse as touch is off (same result if it’s on), the player controller has click enabled, etc. The fact that mouse on-release seems to be working fine would, I think, back that up but what could be causing on-click to fail to register?