Esempio n. 1
0
 public void Awake()
 {
     text      = GetComponent <Text> ();
     text.font = LocalizationManager.GetFont();
     index     = LocalizationManager.GetIndexByKey(text.name);
     LocalizationManager.AddComponent(this);
     UpdateContent();
 }