Skip to content

v1.4.4

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 14:40
· 54 commits to master since this release
v1.4.4
b976fad

Stable releases are available on NuGet.org as well!

Changelog

Fixes

  • Runtime: Fix GenericMethod::GetMethod search for IL2CPP Master games (@nitrog0d via #64 & #67)
  • Runtime: Fix invalid return value when calling injected methods via Il2Cpp reflection (@kremnev8 via #74)
  • Runtime: Fix crash calling delegate invoke on il2cpp 29 or higher (@kremnev8 via #78)
  • Runtime: Shorten delegate type names with method signature (@Kasuromi via df33064)
  • Generator: Prevent processing of Cpp2IL injected types (@ds5678 in #68)
  • Generator: Fix constructors in non-blittable structs (@js6pak via #77)
  • Generator: Add support for byref generic parameters in methods (@Kasuromi via #79)
  • Generator: Preserve enum names when prefixing (@Kasuromi via 44f18f0)
  • Struct Generator: Fix bitfield generating and update Il2Cpp structs (@nitrog0d via #65)