Skip to main content
added 2 characters in body
Source Link
Ed Marty
  • 5.3k
  • 1
  • 14
  • 15

You can do this if you add a Physics Raycaster component to your camera. Just make sure you have colliders on the same GameObjects that hashave the EventTriggerEventTriggers you want to be clickable.

You also have the option to do this with 2D physics using a Physics 2D Raycaster.

You can do this if you add a Physics Raycaster component to your camera. Just make sure you have colliders on the same GameObjects that has the EventTrigger you want to be clickable.

You also have the option to do this with 2D physics using a Physics 2D Raycaster.

You can do this if you add a Physics Raycaster component to your camera. Just make sure you have colliders on the same GameObjects that have the EventTriggers you want to be clickable.

You also have the option to do this with 2D physics using a Physics 2D Raycaster.

Source Link
Ed Marty
  • 5.3k
  • 1
  • 14
  • 15

You can do this if you add a Physics Raycaster component to your camera. Just make sure you have colliders on the same GameObjects that has the EventTrigger you want to be clickable.

You also have the option to do this with 2D physics using a Physics 2D Raycaster.