I’ve got an object that needs to do something whenever the mouse is hovering over it. I’ve tried to use OnPointerEnter for this but it seems that is for UI only, is there anyway else to accomplish this?.
Hi,
maybe this:
you’ll have to add a collider component to your 3d object…