unitypackage_extractor
unitypackage_extractor copied to clipboard
Dunno about another thing related unity ?
Hi there, i am looking for a tool can extract information from ".exe" i just need to get which version of unity engine is using the binary executable (or if need extract from dll's).
You know a tool just for that, is the unique information i need to get from proyects maked from unity engine for microsoft windows.
Well thank you for any info you can share with me.
This tool is for extracting asset bundles (.unitypackage files). You're probably looking for a "Unity decompiler" or related stuff, like https://github.com/djkaty/Il2CppInspector maybe?
You can also check out any general .exe file explorers. They let you sift through the executable even without debug symbols. I think I used https://www.mitec.cz/exe.html in the past. You can search for version strings maybe in the strings view?
On Tue, Jun 21, 2022, at 3:04 PM, Inukaze wrote:
Hi there, i am looking for a tool can extract information from ".exe" i just need to get which version of unity engine is using the binary executable (or if need extract from dll's).
You know a tool just for that, is the unique information i need to get from proyects maked from unity engine for microsoft windows.
Well thank you for any info you can share with me.
— Reply to this email directly, view it on GitHub https://github.com/Cobertos/unitypackage_extractor/issues/25, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTSGCFFH7TOCHRTR5Y77RTVQIG5JANCNFSM5ZNM7I4A. You are receiving this because you are subscribed to this thread.Message ID: @.***>
Thanks for that tools :D