Hi Trying to extract some models from Dark Avengers 3 mobile game. So I have done the usual steps of installing the game from apk and copying the files. There is a bunch of folders with a single _data and _info in each of them.
Next step as per [URL="https://facepunch.com/showthread.php?t=1471744&page=2"]https://facepunch.com/showthread.php?t=1471744&page=2[/URL] I am then using UnityEX to open and browse through the individual folder (without any logic)
Finally able to see what looks like 3d mesh (.mesh files). However UnityEx is not able to export 'Source files' for .mesh files. However it can export the .mesh file itself.
So is there any way of opening this .mesh file in Blend or 3DS Max.
Is there a better way of browsing and extracting game assets from Unity mobile games where game files are stored in random bunch of folders in _data and _info files?