x


Unity 2 to 3 font change

I recently moved my project to unity 3, which did cause a lot of issue it gives warning about try statements as well as many other things. However, the thing that I find most annoying is the fact that they changed the default font between two and 3, so now a bunch of my text labels are being cut off and things like that, I could go though and resize them. However, this would be a rather annoying task, so instead I am going to ask if anyone knows if we can use 2s font in three (and if so what the name and size of the font was).

Thanks

more ▼

asked Feb 01 '11 at 08:47 PM

Jerad gravatar image

Jerad
31 5 5 8

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

1 answer: sort voted first

Yes, you can do that. The Unity 2.x default font was Arial Rounded Bold 11.

We switched to Arial 13 for Unity 3.x, because that is installed on all Mac/Win desktops, and with the new dynamic font rendering, we can thus render all characters in Asian and other languages without needing to supply a gigantic font texture.

more ▼

answered Feb 02 '11 at 08:45 AM

jonas echterhoff gravatar image

jonas echterhoff ♦♦
9.8k 7 23 104

(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:

x389
x250
x182
x7

asked: Feb 01 '11 at 08:47 PM

Seen: 1128 times

Last Updated: Feb 01 '11 at 08:47 PM