knah / Il2CppAssemblyUnhollower

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

Can't implement interfaces, they're all marked as classes #92

Closed PureDark closed 2 years ago

PureDark commented 2 years ago

I am trying to hack a game that's using LWRP, By implementing interfaces like IAfterTransparentPass, it would've been easy to inject your own pass into the render pipeline but with IL2CPP Assembly Unhollower, I can't really do that, cuz it won't allow inherits from both MonoBehaviour and an interface marked as class