Engraving, Embossing, and Embellishing text on to models

Hi unityAnswers,

I’m trying to let a user use an input field from the new(ish) unity ui, and then when that text is submitted, I’m trying to get that text to either engrave onto a model(like cutting the letters in to the model), Emboss on a model (like 3d text that’s attached to the model and protroduing out and wrapped around it or just on it if it’s flat)
Now it seems that there is no useable way to make 3D text in unity anymore without spending a ton on something like textmesh pro… So far I haven’t found a solution to either problem.
This is the closest I’ve gotten, but I don’t have a Mac to use the software in step one.
http://blog.almostlogical.com/2010/08/20/adding-text-to-texture-at-runtime-in-unity3d-without-using-render-texture/
I tried the web demo linked on that page and that works perfectly for what I want for embossing letters… But I’d also like to be able to use 3D letters to emboss so it has more depth.

Any help is greatly appreciated.

Could create a material with “Bumped Diffuse” shader, and then use the texture containing the text as the normal map.

Did you find the solution?,did you find the solutions? can you share please?