Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
And sorry, didn't notice that explanation.
Use the Bold italic and normal options to change between fonts
https://steamcommunity.com/sharedfiles/filedetails/?id=1392715615&searchtext=tm+font
How to get them to work?
Also, you've got left/right "arrow lines" for roundabouts, but not up/down. Could those be added? I couldn't find any way to rotate a text symbol in the UI.
UnityEngine errors if an individual texture width and/or height is not a power of 2. It just rejects the texture (stuff to do with box packing algorithms in texture atlases IIRC).
[ProceduralObjects] Font error in font UKPOFont : Failed to fully setup character ^ : Failed to create texture because of invalid parameters.
Texture has out of range width / height
I suspect the issue will be that all textures _must_ have dimensions that are "power of 2". It's a requirement of Unity engine. https://en.wikipedia.org/wiki/Power_of_two#Table_of_values