icosa-foundation / open-brush

Open Brush is the open source, community led evolution of Tilt Brush! Forked from https://github.com/googlevr/tilt-brush
https://openbrush.app
Apache License 2.0
873 stars 178 forks source link

Multi-language issues #757

Open chengnay opened 3 months ago

chengnay commented 3 months ago

I found some issues related to multi-language.

If login Google Drive account with name using Chinese characters, it will show block characters. image

Changing to Japanese language, the wordings for "Drive Backup" will overflow. image

mikeskydev commented 1 month ago

So this is because our i18n glyph set is generated from the localized strings present in the project. This is great for unchanging text, but clearly falls apart when there is custom text like names and (in the future) models from the APIs.

We should obviously add in a wider set of common glyphs, but multiple sources online recommend not dumping the entire glyph set for languages as it can massively balloon the size of the texture atlas, causing performance/rendering issues with TMP.