Closed thautwarm closed 2 years ago
We give up default interface methods because unexpected bugs happen in Unity (mono/il2cpp backends). Switching to abstract classes works.
So far we still need rewriting the code generators to use abstract class virtual methods instead of default interface methods.
now UnityPython is working on Unity since version 2020.3
We give up default interface methods because unexpected bugs happen in Unity (mono/il2cpp backends). Switching to abstract classes works.
So far we still need rewriting the code generators to use abstract class virtual methods instead of default interface methods.