public class FindLandTarget : MonoBehaviour { // If you’re compiling for the Windows Runtime, use this code // to GeoLocate on object collision. #if NETFX_CORE void OnCollisionEnter(Collision collision) { Debug.Log("Collided with " + collision.gameObject.name...