So I have a model which is shown as follows:
As you can see there are two sliders and 2 planes whose scale I have reduced to make them seem like lines. There must be better ways for drawing lines. I want to instantiate an object at the intersection point(red circle). I can move the horizontal and vertical lines (orange) using the sliders and where ever they intersect I want to instantiate a gameobject which can be a small sphere. So how can I approach this problem.