Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Release 0.4.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@knah knah released this 07 Jun 20:03
· 183 commits to master since this release

Read README.md for more info.
This is a minor fix release. Generated assemblies are fully compatible with 0.4.3.0.

New features:

  • [HideFromIl2Cpp] attribute can be used to prevent methods on injected classes from being exposed to IL2CPP side.

Fixes:

  • I18N assemblies get Il2Cpp prefix to avoid conflicts
  • Types that have IntPtr constructor originally no longer have it generated, as it clashes with pointer-wrapping constructor