Hello, I’m pretty new to PlayCanvas and need an answer to a quick question.
There is a problem in my game that allows enemies to pick up coins on the ground that only the player is supposed to pick up. This is because my code allows anything with collision to pick up the coin.
So my question is how do I filter what can interact with certain things? Like how to fix my problem with enemies colliding with coins, or not letting the player get hit by their own bullets but them still hitting enemies.