Charts and Graphs in Unity3D?

Good morning, all.

Does anyone know if there is a product/plugin out there fro generating graphs and charts in Unity3D and handling data in realtime?
Not sure it this is the best forum for this question.

Not that I know of, but it should be pretty simple to make a 3D bar chart by simply scaling and coloring cubes. :slight_smile:

Thanks, Jaimi. Yeah, that was my first iteration. Just looking for something a bit better looking out of the box. :slight_smile:

Maybe using splines could achieve great looking results?
Haven’t toyed or even tried toying with splines in U3D myself though :confused:

I’d suggest Vectrosity. You can make bar graphs by using a large line thickness.

–Eric

Awesome. Will look into that right now. THanks.