adg icon indicating copy to clipboard operation
adg copied to clipboard

ClassInjector: nested interfaces aren't implemented

Open HookedBehemoth opened this issue 4 years ago • 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.

HookedBehemoth avatar Jan 04 '22 21:01 HookedBehemoth