vrchat-community / UdonSharp

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

Fix cast between `char` and Float types #80

Closed ureishi closed 1 year ago

ureishi commented 1 year ago

An error occurs because the Convert class does not support casting between Char and Float types. Therefore, cast via ushort type once.