Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告






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