knah / Il2CppAssemblyUnhollower

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

ClassInjector: nested interfaces aren't implemented #81

Open HookedBehemoth opened 2 years ago

HookedBehemoth commented 2 years ago

e.g. UnityEngine.EventSystems.IPointerDownHandler extends UnityEngine.EventSystems.IEventSystemHandler The current implementation of RegisterTypeInIl2CppWithInterfaces doesn't implement the latter on il2cpp side when only specifying the former.