diff --git a/ArcFormats/Unity/ArcASSET.cs b/ArcFormats/Unity/ArcASSET.cs index 879f03ea..e5d87507 100644 --- a/ArcFormats/Unity/ArcASSET.cs +++ b/ArcFormats/Unity/ArcASSET.cs @@ -52,7 +52,7 @@ namespace GameRes.Formats.Unity using (var stream = file.CreateStream()) using (var input = new AssetReader (stream)) { - var index = new ResourcesAssetsDeserializer (file); + var index = new ResourcesAssetsDeserializer (file.Name); var dir = index.Parse (input); if (null == dir || 0 == dir.Count) return null;