All, I have an object sweeping across the screen from left to right. There are a series of objects to the right of this whose position can vary - each of these objects as a collider component.
I want to have text that appears on screen which returns the name of all of the colliders the sweeping object is currently passing through.
Is this possible? Is anyone able to provide some guidance?