K0lb3 / UnityPy

UnityPy is python module that makes it possible to extract/unpack and edit Unity assets
MIT License
809 stars 123 forks source link

May I ask if I want to use UnityPy to export MonoBehaviors, similar to the JSON format exported by Asset Studio? What should I do? My game is IL2CPP. #179

Closed yeooii closed 1 year ago

yeooii commented 1 year ago

May I ask if I want to use UnityPy to export MonoBehaviors, similar to the JSON format exported by Asset Studio? What should I do? My game is IL2CPP. Thank you.

yeooii commented 1 year ago

I imported some DLL files generated by il2cppDumper when using Asset Studio, but I don't know how to import them in UnityPy

yeooii commented 1 year ago

Also, I don't know the example( https://github.com/K0lb3/UnityPy/blob/fd55d1ccb86a397d20e4434b809c8c1f34854d79/examples/MonoBehaviourFromAssembly/monobehaviour_from_assembly.py#L133 )How are the assembly_typetrees. json and typetrees. json files generated in