knah / Il2CppAssemblyUnhollower

A tool to generate Managed->IL2CPP proxy assemblies
GNU Lesser General Public License v3.0
500 stars 87 forks source link

Allow injecting new methods into existing classes #41

Open knah opened 3 years ago

knah commented 3 years ago

Being able to add new Unity event methods (such as Awake/LateUpdate/Update) to existing classes might be handy in some cases, and this seems to be possible based on how IL2CPP works.