I’d like to know if I can generate beveled 3dtext as I’d do in 3dsmax. I think that I can generate 3d text (EXTRUDED text from a TrueType shaped font (directly from Unity or via extruding?-that’s would be another question-)) but I’d love to generate beveled text.
I’d love to generate this 3dtext through the Inspector panel via a general variable in order to have a text with such a similar aspect to the showed in the attatched image but without having to import each time each object etc.
Additionally I’ve found a script which is supposed can parse a string and this will give me much more power to what I desire to do.
So, 3 questions in one:
a).-May I create 3d EXTRUDED text from a 3dmesh text in Unity directly or I need an additional script to extrude it?. Till now what I’ve watched is a shape that you can handle as a 3dobject but not an extruded 3dtext.
b).-Do you know how to bevel a 3dtext shape?. Do you have any idea to implement this with a script?.
c).-Parse string works fine from: link text

Thank you very much.
I guess you can make your own font library, from 3D models, its gonna take some time and effort though. plus you'll end up with performance issues when you get enough text on the screen.
– KacerIt's not a bad idea...
– jorgonWell, you could write a ttf interpreter which creates text on the fly (as I assume the one in 3dsmax does)
– syclamothttf interpreter?...This what Unity3D has already implemented, hasn't it?. What I want is making an extruding instantaneously...You know: creating a font with its three dimensions. Does any script exist for doing this?...Another more ambicious question is cerating bevel effects.
– jorgon