There is a way to place objects on the surface by swiping finger over the screen (thanks to @ryemoss for an answer here )
The question now is how to avoid placing objects on top of each other - how can we check if the finger is touching the area where there is already an object instance exist, and place new objects only if the area is empty?
The answer I'm looking for should include the possibility to make objects overlap a bit if needed (touch each other's borders).
Here is a snippet from Unity Samples in the SDK (check here) that checks if an existing placed marker (gameobject) is touched during a touch event:
What you need is handled by