@yjzyl9008 我想用这个来解出模型和动画,发现有报错:
[Error] Unable to load object
Assets CAB-868b0a12cf8ed4dd90dd16d307f0ba96
Path E:\UnityInverse\guilongchap_apk\apk_data_files\DLC\!first\Assetbundle\36437f49632d44fac45eed7402509dd3.dab
Type AnimationClip
PathID 4738071699328644822
System.IO.EndOfStreamException: Unable to read beyond the end of the stream.
at System.IO.BinaryReader.InternalRead(Int32 numBytes)
at AssetStudio.EndianBinaryReader.ReadSingle() in C:\Users\Admin\Desktop\Studio-main\AssetStudio\EndianBinaryReader.cs:line 99
at AssetStudio.EndianBinaryReader.ReadArray[T](Func`1 del, Int32 length) in C:\Users\Admin\Desktop\Studio-main\AssetStudio\EndianBinaryReader.cs:line 235
at AssetStudio.ClipMuscleConstant..ctor(ObjectReader reader) in C:\Users\Admin\Desktop\Studio-main\AssetStudio\Classes\AnimationClip.cs:line 1465
at AssetStudio.AnimationClip..ctor(ObjectReader reader) in C:\Users\Admin\Desktop\Studio-main\AssetStudio\Classes\AnimationClip.cs:line 2015
at AssetStudio.AssetsManager.ReadAssets() in C:\Users\Admin\Desktop\Studio-main\AssetStudio\AssetsManager.cs:line 678
看起来是前面说的没有添加动画支持?
另外我想问问,这个版本的 AS 有开源吗,应该是 Fork 的 RazTools/Studio 吧?我可以研究研究看能不能支持一下。