Installer Steam
Logg inn
|
språk
简体中文 (forenklet kinesisk)
繁體中文 (tradisjonell kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tsjekkisk)
Dansk (dansk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spania)
Español – Latinoamérica (spansk – Latin-Amerika)
Ελληνικά (gresk)
Français (fransk)
Italiano (italiensk)
Bahasa Indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (nederlandsk)
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasil)
Română (rumensk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (vietnamesisk)
Українська (ukrainsk)
Rapporter et problem med oversettelse






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