How To Tag Player/Enemy/Bullet

Howdy,

If you wanted, you can use tags as seen below:

On your “player” character, search in the Defaults for Tag and apply the “player” tag.

Any time an overlap occurs on the trigger box example above, it checks for the tag I’ve assigned which is only applied to the player. This should accomplish what you are after.

Hope this helps!

-W