Over 11,000 five-star assets
Rated by 85,000+ customers
Supported by 100,000+ forum members
Every asset moderated by Unity
Unity Version | Built-in | URP | HDRP |
---|---|---|---|
2019.4.18f1 | Compatible | Compatible | Compatible |
If you want to use the Text Setter Utility, you have to import TextMeshPro.
Read the instructions on how to update to V2 !!
Have you ever considered localizing your game, but you don't want to implement a big localization editor script or similar? Here is a simple solution to get an adaptive enum which is structured in categories and tags which can be accessed anywhere in the code and also automatically sets the values for UI TMP_Text, Sprite and Audio Source components. (TextMeshPro needed)
Also you got a premade string extension which will provide you with the right text for the current language everytime.
Before Updating to V2 consider backup-ing your "LanguageTags.cs" and language.json files.