K0lb3 / UnityPy

UnityPy is python module that makes it possible to extract/unpack and edit Unity assets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

monobehaviour_from_assembly.py

0x0neP1ece opened this issue · comments

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