knah / Il2CppAssemblyUnhollower

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

Added support for Unity 2021.2.0 #61

Closed ds5678 closed 3 years ago

ds5678 commented 3 years ago

Due to some changes in the Il2Cpp headers, the version handling system needs extended to support Unity version 2021.2.0+. I have dubbed this version 27_3.

As such, I've tried to handle the ParameterInfo removal as elegantly as possible:

This way ensures that code surrounding parameters remains clean, requiring only minimal changes like the ones implemented in ClassInjector.