Hi,
I was just making a grid again and wanted to actually see the XY coordinates as text on the grid (really mostly for quick debug) . So I spawned a text renderer for each coordinate.
Even on a small 64x64 grid this is 4096 text renderes which takes quite some time to load up.
Not really an issue since I will just use it for a quick look but I was wondering if the same text renderer could handle all of that?
Or is there a quick alternative?
Thanks