I have a grid and each prefab clone is renamed incrementally when instantiated, as a result, on a 3x3 grid my prefabs are named “clone1, clone2” etc.
My problem, my prefabs are instantiated from “bottom right” to “top left”
e.g.
Any ideas?
I have a grid and each prefab clone is renamed incrementally when instantiated, as a result, on a 3x3 grid my prefabs are named “clone1, clone2” etc.
My problem, my prefabs are instantiated from “bottom right” to “top left”
e.g.
Any ideas?
run your loops backwards
Or change some of your +'s to -'s…
thanks guys