- Home /
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
Answer by jonas-echterhoff · Feb 02, 2011 at 08:45 AM
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.
Your answer
