Ejemplo n.º 1
0
    public IEnumerator Load()
    {
        if (fileListPath == null)
        {
            yield break;
        }
        var path = Path.Combine(Application.streamingAssetsPath, fileListPath);

        yield return(GltfSampleSet.LoadStreamingAssetFileBlocking(path, AddPaths));
    }