BepInEx / Il2CppInterop

A tool interoperate between CoreCLR and Il2Cpp at runtime
GNU Lesser General Public License v3.0
195 stars 61 forks source link

Add implicit conversions for primitives to il2cpp object #51

Closed js6pak closed 1 year ago

js6pak commented 1 year ago

Adds primitives conversions so you can easily use them in il2cpp methods that expect an object. image