예제 #1
0
 void FillBrowser()
 {
     editor        = GetComponent <JECSU.Editor.JECSUEditor>();
     currentFolder = DataBox.GetDatabasePath();
     populate_browser_from_directory(currentFolder);
 }