Example #1
0
    // Start is called before the first frame update
    async void Start()
    {
        // Load language strings.
        StringFactory.LoadStrings();

        // Go to login screen.
        SceneManager.LoadScene("MainMenu");

        GameObject.FindGameObjectWithTag("Music").GetComponent <AudioPlayer>().Play();
    }