Hello guys.
I am doing a project where I have a 3km long graph curve generated from data sheet.
You can scale the graph manualy up to 1000x scale up.
I want to generate labels with TextRenderer every n-th meters. ( for example having 100x text renderer component each meter with text that can be dynamicaly changed.
I know I need to create an array of objects and spawn them. Can you do this with array of textRenderer components and set text to each unique component?
Thanks very much, M.
I am doing a project where I have a 3km long graph curve generated from data sheet.
You can scale the graph manualy up to 1000x scale up.
I want to generate labels with TextRenderer every n-th meters. ( for example having 100x text renderer component each meter with text that can be dynamicaly changed.
I know I need to create an array of objects and spawn them. Can you do this with array of textRenderer components and set text to each unique component?
Thanks very much, M.