K0lb3 / UnityPy

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

monobehaviour_from_assembly.py #189

Open 0x0neP1ece opened 1 year ago

0x0neP1ece commented 1 year ago

Code https://github.com/K0lb3/UnityPy/blob/master/examples/MonoBehaviourFromAssembly/monobehaviour_from_assembly.py#L117 https://github.com/K0lb3/UnityPy/blob/master/examples/MonoBehaviourFromAssembly/monobehaviour_from_assembly.py#L142

# C# System
    from System import Array
# import Generator class from the loaded library
    from Generator import Generator

Error this line is error in my python code , I can't find python library to import