MerlinVR / UdonSharp

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

Non-exposed enum support #67

Open RamType0 opened 3 years ago

RamType0 commented 3 years ago

Feature Description: Just like a jagged array support, we could support it by casting it to underlying integer types.

MerlinVR commented 3 years ago

This is planned, but requires scanning enums across files and resolving expressions for enum values so it's a bit more involved than jagged arrays which can just exist given the base type.