首页 > TAG信息列表 > getTexture

Unity 批量动态添加图片,可后台替换

string filePath = Application.streamingAssetsPath + "/"+ str; if (Directory.Exists(filePath)) {//判断这个路径是否存在 DirectoryInfo direction = new DirectoryInfo(filePath); floders = direction.GetFiles("*.png", Se