This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
Release 0.4.0.0
Pre-release
Pre-release
Read README.md for more info.
Assemblies generated by this release should be mostly compatible with 0.3.x releases, with the exception of Il2CppTypeOf
being replaced.
New features:
- Class injection - expose managed classes to IL2CPP domain, functional enough to use for custom MonoBehaviors. Make sure you read README before use.
- Added a method for reliably getting IL2CPP MethodInfo pointer fields for generated methods
Changes:
Il2CppTypeOf<T>.Type
replaced withIl2CppType.Of<T>()
Fixes:
- Generics that had
struct
constraint don't have it anymore as that broke primitives and non-blittable structs