Hi guys, I’m creating a educational game. Since it’s for statistic use, I don’t want to show scores the old way (you know, a list where it says the user and the score he got)
This time I need something different, for say… like bar graphics. I really don’t quite know where to start! >< For you to have an idea here is what I want to show in a Unity scene:

But in 3d of course, and well in that graphic the y axis would be the score and the x axis the user name… well any idea would be really appreciated! Thanks in advance! 
if you are looking for 3D columns why not just get a cube and scale it only one direction depending on the score?
@TheRaider: Thanks for your suggestion! I will do it that way, any ideas for the axis and the values of the axis ( user names and scores) ?
That depends if you want that to be 3D or 2D?
Personally I overlay a 2d interface to make sure it is readable.
But you could use the GUI.text which you can add as a component to an object(and place each object where you want the text) and then use planes or cubes which are long and thin to to create the axis.
@TheRaider thanks a lot! I will try that 
good luck
let us know how it goes.
Feel free to pm if you have any questions 

That’s what I got actually, I guess it’s fine anyway… I was wondering if there’s anyway to export this graphics into a pdf or a excel chart? any idea for that? I would appreciate it… Thanks!
Edit: I know I need to add the axis in 3d texts and that’s what I’m working on by now…