MerlinVR / UdonSharp

An experimental compiler for compiling C# to Udon assembly
MIT License
678 stars 89 forks source link

v0.X functional parity #104

Closed MerlinVR closed 3 years ago

MerlinVR commented 3 years ago

Get 1.0 to functional parity with 0.X so that people can use 1.0 with minimal backwards compatibility questions.

Some minor things may act different in cases that were not handled properly in 0.x.

MerlinVR commented 3 years ago

I've made a pass with a dozen or so U# prefabs and made sure they compile/work as far as I can tell. There will probably be some more edge cases that people find which will need to be addressed when they are testing, but generally most things from 0.x should compile at this point.