mafaca / UtinyRipper

GUI and API library to work with Engine assets, serialized and bundle files
MIT License
2.81k stars 429 forks source link

Plzz Help Getting This Error #888

Open harshittheprogrammer opened 3 years ago

harshittheprogrammer commented 3 years ago

Game name: (FAU-G) Engine version: (Unity) Platform: (Android,IOS)

Error message: Some data left

Stack trace: at uTinyRipper.Lz4.Lz4DecodeStream.ReadBuffer(Stream stream, Int64 count) at uTinyRipper.BundleFileScheme.ReadFileStreamMetadata(Stream stream, Int64 basePosition) at uTinyRipper.BundleFileScheme.ReadScheme(Stream stream) at uTinyRipper.GameCollection.ReadScheme(SmartStream stream, String filePath, String fileName) at uTinyRipper.GameCollection.LoadScheme(String filePath, String fileName) at uTinyRipper.GameStructure.ProcessPlatformStructure(GameStructureProcessor processor, PlatformGameStructure structure) at uTinyRipper.GameStructure.Load(List1 pathes, LayoutInfo layinfo) at uTinyRipper.GameStructure.Load(IEnumerable1 pathes, LayoutInfo layinfo) at uTinyRipperGUI.MainWindow.LoadFiles(Object data)

ds5678 commented 3 years ago

Your game uses the Addressable system which is not supported by uTinyRipper.

ds5678 commented 3 years ago

Support for Unity versions up to 2020.2.0 has been recently added to my AssetRipper fork.