given a function e.g x^2 , in what ways can I draw a discrete path from point a to b with interval h, all within scene view? (pic)
do I simply run a for loop , i from a to b with step h, whenever a change in function is detected and instantiate GameObjects at f(i) ?