Reputation: 53
I need to find out if there is a Gameobject at a specific location in Unity2D. Is there a way on how I can do it?
Upvotes: 1
Views: 902
Reputation: 15951
You have three options:
OverlapSphere
). Desired searched objects must also have a collider attached.Upvotes: 2