adg
adg copied to clipboard
ClassInjector: nested interfaces aren't implemented
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.