unity editor模式下讀取文件夾資源


string path = EditorUtility.OpenFolderPanel("Load png Textures", "", "");  //打開文件夾
string[] files = Directory.GetFiles(path);  //獲取所有文件路徑

Object[] os = new Object[] { AssetDatabase.LoadAssetAtPath(f2, typeof(UnityEngine.Sprite)) };  //load 資源


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM