Hello, i need to check when the enemy of my game are in the player ratio, what will be the best practice and the best way to do this (to avoid performance loss).
- adding to the player a sphere component and checking if there is/are enemy/s into the sphere
- check with ray tracing in avery directions?
thanks in advance for all the help.