Exemple #1
0
    private void Start()
    {
        for (int i = 0; i < sets1.Length; i++)
        {
            Meshes.LoadAsync(sets1[i].speciesId);
        }

        for (int i = 0; i < sets2.Length; i++)
        {
            Meshes.LoadAsync(sets2[i].speciesId);
        }

        WaitingForLoading = true;
    }