mafaca / UtinyRipper

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

Error when trying to drag&drop a game made in unity 5.6.x #834

Open Halal-Dev opened 3 years ago

Halal-Dev commented 3 years ago

Game name: Granny | Horror Game V1 (all versions up than 1.4 loads correctly) Engine version: 5.6.3f1 Platform: Android

Error message: An item with the same key has already been added.

Stack trace: at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary2.Insert(TKey key, TValue value, Boolean add) at uTinyRipper.PlatformGameStructure.CollectSerializedGameFiles(DirectoryInfo root, IDictionary2 files) at uTinyRipper.MixedGameStructure.CollectFromDirectory(DirectoryInfo root, IDictionary2 files, IDictionary2 assemblies, ISet1 dataPathes) at uTinyRipper.MixedGameStructure..ctor(IEnumerable1 pathes) at uTinyRipper.GameStructure.CheckMixed(List1 pathes) at uTinyRipper.GameStructure.Load(List1 pathes, LayoutInfo layinfo) at uTinyRipper.GameStructure.Load(IEnumerable`1 pathes, LayoutInfo layinfo) at uTinyRipperGUI.MainWindow.LoadFiles(Object data)

ds5678 commented 3 years ago

No promises, but you can try my AssetRipper fork.