nesrak1 / UABEA

c# uabe for newer versions of unity
MIT License
1.21k stars 153 forks source link

Cannot extract any type of file #387

Closed moemoee closed 3 weeks ago

moemoee commented 3 weeks ago

the game is https://vndb.org/v53137 I cannot extract any type of file from it. please help QQ图片20241031211733

resources.zip

moemoee commented 3 weeks ago

Just to add, I can export the original. dat file, but I cannot edit it. I would like to export a editable txt or json file QQ图片20241101131403 this is .dat file AdvProject.book-sharedassets0.assets-245.zip

nesrak1 commented 3 weeks ago

You will get this message when the dlls used for MonoBehaviour extraction aren't found. They are found in the Managed folder for managed games and other folders for il2cpp, depending on the platform. If you expand the error dialog, I believe it should show where it's looking.