diff --git a/UnityAsset.NET/BundleFile/BundleFile.cs b/UnityAsset.NET/BundleFile/BundleFile.cs index b413900..faab62e 100644 --- a/UnityAsset.NET/BundleFile/BundleFile.cs +++ b/UnityAsset.NET/BundleFile/BundleFile.cs @@ -336,7 +336,7 @@ public void Write(Stream output, string infoPacker = "none", string dataPacker = } } - private void fixCRC(uint targetCRC, uint currentCRC) + public void fixCRC(uint targetCRC, uint currentCRC) { if (targetCRC == currentCRC) { diff --git a/UnityAsset.NET/UnityAsset.NET.csproj b/UnityAsset.NET/UnityAsset.NET.csproj index 25bf353..0be4629 100644 --- a/UnityAsset.NET/UnityAsset.NET.csproj +++ b/UnityAsset.NET/UnityAsset.NET.csproj @@ -6,14 +6,14 @@ enable AXiX A .NET library for reading and modifying Unity assets and bundles. - 0.0.2 + 0.0.3 UnityAsset.NET AXiX https://github.com/AXiX-official/UnityAsset.NET https://github.com/AXiX-official/UnityAsset.NET true - 0.0.2 - 0.0.2 + 0.0.3 + 0.0.3 True README.md Unity