Instal Steam
login
|
bahasa
简体中文 (Tionghoa Sederhana)
繁體中文 (Tionghoa Tradisional)
日本語 (Bahasa Jepang)
한국어 (Bahasa Korea)
ไทย (Bahasa Thai)
Български (Bahasa Bulgaria)
Čeština (Bahasa Ceko)
Dansk (Bahasa Denmark)
Deutsch (Bahasa Jerman)
English (Bahasa Inggris)
Español - España (Bahasa Spanyol - Spanyol)
Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
Ελληνικά (Bahasa Yunani)
Français (Bahasa Prancis)
Italiano (Bahasa Italia)
Magyar (Bahasa Hungaria)
Nederlands (Bahasa Belanda)
Norsk (Bahasa Norwegia)
Polski (Bahasa Polandia)
Português (Portugis - Portugal)
Português-Brasil (Bahasa Portugis-Brasil)
Română (Bahasa Rumania)
Русский (Bahasa Rusia)
Suomi (Bahasa Finlandia)
Svenska (Bahasa Swedia)
Türkçe (Bahasa Turki)
Tiếng Việt (Bahasa Vietnam)
Українська (Bahasa Ukraina)
Laporkan kesalahan penerjemahan






And sorry, didn't notice that explanation.
Use the Bold italic and normal options to change between fonts
https://steamproxy.net/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