Il2Cpp-Modding-Codegen icon indicating copy to clipboard operation
Il2Cpp-Modding-Codegen copied to clipboard

Generates code that can be built into a shared library for Il2Cpp modding

Results 5 Il2Cpp-Modding-Codegen issues
Sort by recently updated
recently updated
newest added

if the base class of a type is generic, and that is the type that a vtable slot needs to be resolved for, the generic parameter is lost in the...

Two of the same field are created if one of the original fields. E.g `_radius` and `radius` both become `radius` in a codegen header ![image](https://user-images.githubusercontent.com/64277238/165075631-539a5e06-63e7-4731-b785-c9ada063e3db.png)

There seem to be a few issues with casing and the way things are generated: ![image](https://user-images.githubusercontent.com/51795403/160938140-baa57e0d-d7e9-4b6d-bf99-3a3649ff3a10.png) ![image](https://user-images.githubusercontent.com/51795403/160938171-46a80556-49d4-41a7-80e5-d5a7fa31c259.png) This causes classes to not exist in the way that cpp expects them...

As demonstrated in [this file](https://github.com/v0idp/virtuoso-codegen/blob/c6709637135d2324836971f5b47fe476410d5486/include/OggVorbisEncoder/Setup/Templates/Stereo44/BookBlocks/ManagedChapter1/Page8_0.hpp) Unions still cause issues, here the issue is that the union of MapType and the 4 quants is seperated out into fields, causing it to...