Il2Cpp-Modding-Codegen
Il2Cpp-Modding-Codegen copied to clipboard
Generates code that can be built into a shared library for Il2Cpp modding
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 
There seem to be a few issues with casing and the way things are generated:   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...
how me set it up?