vrchat-community / UdonSharp

A compiler for compiling C# to Udon assembly
https://udonsharp.docs.vrchat.com
MIT License
473 stars 51 forks source link

Static variable support on UdonSharpBehaviours and imported user types #151

Open Sonic853 opened 11 months ago

Sonic853 commented 11 months ago

Feature Description: 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.

Additional context: Related issue: MerlinVR/UdonSharp#108