I have buttons set up in a worldspace canvas and I’ve set the Blocking Objects to None and the Blocking Mask to Nothing. For some reason though when a Sphere Collider is placed in front of those buttons the graphic raycaster doesnt seem to pick them up and they won’t highlight/aren’t interactible. Do I need to do something else with my settings? I really want to avoid writing my own graphic raycaster when the unity one should do this for me easily enough.
Any thoughts on this?
EDIT
It seems like it might have to do with the fact that I’m using the Curved UI asset package. I ran a quick test to see if this problem would be present in the base canvas with the base graphic raycaster and it doesn’t seem to be.
I’ll look around on those forums and see if I can find anything but if anyone knows what the solution is here please let me know.