Exemple #1
0
 private void OnFileSelected(string path)
 {
     Debug.Log("FileBrowserMobile Path: " + path);
     importer.ImportStreaming(path);
 }