Hi! Let’s say that in my game I have a lot of different enemies. Every single one of them needs some triggers, to let the game know that they’re in collision with Player. And the question is, is it possible to give them some kind of “tag” so I don’t need to make events for every single one of them?
Something like this:
If “player” is in collision with “Any Object with specified tag”