Merlin

Results 3 issues of Merlin

Link all static variables into a global memory space and generate the linkages to the correct parts of the memory space after all programs have been emitted. Static methods just...

Handling for virtual classes and interfaces on UdonSharpBehaviours and imported user classes. Needs to handle generic type uses that implement interfaces as well. Will be treated as an AOT process...

C# requires basic constant folding for things like numeric types in order to handle correct implicit casting. For instance `byte myByte = 4` needs to be able to infer that...