Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

unity localization

Go to package manager and click the plus icon.

Then ADD FROM GIT URL.

Enter this: com.unity.localization

---------------------

Edit > Project Settings > Localization
Window > Asset Management > Localization Tables

---------------------

Create Locales from Localization Tables.
Create Tables.
Add component to text "localize string event"
Give your string reference
Click plus on the event section and drag your text component on it. Then select text submenu and text again

---------------------

using UnityEngine.Localization.Settings;
LocalizationSettings.StringDatabase.GetLocalizedString("TestTable", "key_hello");
Comment

PREVIOUS NEXT
Code Example
Shell :: django.core.exceptions.ImproperlyConfigured: Requested setting ROOT_URLCONF, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings. 
Shell :: git showing ignored file modified 
Shell :: install node specific version 
Shell :: How to clear or delete Terminal history in linux 
Shell :: show drives linux 
Shell :: vim count ocurrences 
Shell :: git discard unstaged files 
Shell :: save docker update container state 
Shell :: how to test if docker is running from boot 
Shell :: use local image with minikube 
Shell :: git check if stash exists 
Shell :: chkconfig: command not found 
Shell :: extract tar.gz 
Shell :: github add directory to repository 
Shell :: how to check if I have sudo permission 
Shell :: How to start a service with systemctl command 
Shell :: revert a specific old commit 
Shell :: bash command substitution 
Shell :: git current branch 
Shell :: web 3 react npm 
Shell :: google shell 
Shell :: laravel/sail 
Shell :: conda install pandas 
Shell :: clock skew detected 
Shell :: laravel 4 installer 
Shell :: chmod just directories 
Shell :: clone a particular branch 
Shell :: how to start conda powershell windows 
Shell :: check litespeed version command 
Shell :: gitlab docker setup 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =