x


my textmesh fonts aint work

which font i used , they never worked.

when i select a font for textmesh , textmesh cant show anything. if i select "none" , i get the string with a bad font. :S

more ▼

asked Dec 28 '10 at 08:26 PM

bisaniyehocam gravatar image

bisaniyehocam
148 35 39 47

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

It's easy to assume that textmesh fonts suck. They kind of do. Basically because they're not what you'd think they are. They're not really a mesh of a font. They're a mesh that holds a texture with some of the fonts letters printed on that texture... then it tries to find the letters in question and print them on a simple set of individual meshes for each letter.

They're actually incredibly wonderful things, for things you've not yet imagined. Things that will require you to understand how they work.

I wish I could point you to a brilliant expose on how they work, but there isn't one. I wish someone would write something clever and concise on how they work, that for sure won't be me. I'm neither clever nor concise. Ever.

So in the meantime you'll have to settle for knowing this: and hopefully following along:

Text mesh NEEDS you to set the texture and Font material manually. Even though it's got a dynamic mode. Don't use the dynamic mode. It seems flukey at best, fraught with trouble on average, and broken at worst.

more ▼

answered Dec 29 '10 at 01:10 PM

dissidently gravatar image

dissidently
450 50 55 60

When he says set font material manually, he literally means find the font in your project panel, hit the arrow to expose the font material and texture. locate your TextMesh object in your scene, select it. Drag font material from the font in the project panel and assign it to the materials property first element.

May 15 '12 at 03:11 PM neoRiley
(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x1366
x555
x241

asked: Dec 28 '10 at 08:26 PM

Seen: 1526 times

Last Updated: May 15 '12 at 03:11 PM