void Start()
 {
     PersistantValues.Load();
     toast.AndroidToast("App by Atharva Khare");
 }
Exemple #2
0
 // Use this for initialization
 void Awake()
 {
     PersistantValues.Save();
     PersistantValues.Load();
     OdeToCodeWelcome.rectTransform.sizeDelta = new Vector2(Screen.width, Screen.height);
 }