Esempio n. 1
0
 void androidPlatformLoader()
 {
     ZRAndroidFilePicker.PickImage((filepath) => {
         //ZRFilePicker.Creat((filepath)=>{
         if (!string.IsNullOrEmpty(filepath))
         {
             StartCoroutine(this.LoadImage(filepath));
         }
         else
         {
             editor.debugLog.LogWarning(ExceptionList.openFileError.Value);
         }
     });
 }