knah/Il2CppAssemblyUnhollower

ClassInjector: nested interfaces aren't implemented

HookedBehemoth opened this issue · 0 comments

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.