Hello, I was wondering if someone here can tell me which would be a more optimal approach, to use between ActionManager or regular events.
I have a bunch of meshes in a scene that need to activate on certain triggers(click, hover etc) and I was wondering if using an Action Manager to handle all the interactions is better than having an event listener and checking them with a raycaster?
Also if anyone has any other suggestions, please let me know. Thanks!