Hi All
I am creating a game with Chinese, English and Japanese.
Since they have different fonts, how do I switch it over from one to another for UI Text?
Am I need to hard code one by one myself or there is a smart way in Unity?
Thanks
M40
Hi All
I am creating a game with Chinese, English and Japanese.
Since they have different fonts, how do I switch it over from one to another for UI Text?
Am I need to hard code one by one myself or there is a smart way in Unity?
Thanks
M40
No Answer or not much findings in this topic?
Thanks
mmmm i never use chinese or japanese fonts but one options is to add a simple script to each uiText in the game that check in OnEnabled what language is selected in the game options, System Language or what you will use, depend the languange you can change the font.