读取本地图片而且将其转为byte[]

我读取的是streamingAssets文件夹下的code string[] pathArr = Directory.GetFiles(Application.streamingAssetsPath); print(pathArr.Length); for (int i = 0; i < pathArr.Length; i++) {
相关文章
相关标签/搜索