image sample
I'm making a game with enemy alert feature. My problem is how to know the collision point to axis or screen boundary which will be the position I have to put the enemy indicator. Note: Using only Vector2 or manual mathematical formula WITHOUT using any unity engine.
I tried making the Y to 0 but X is not accurate.
Thank you so much.