@@ -221,6 +221,8 @@ public class ImagesClip : MonoBehaviour
writer.Write(resMd5[key]);
}
writer.Close();
+ // 稍微延迟关闭文件流
+ System.Threading.Thread.Sleep(100); // 可以根据需要调整延迟时间
public static Dictionary<string, string> ReadSourceImagesMD5(string saveName)