vrchat-community / UdonSharp

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

Arrays can be continous synced, but the compiler throws a error upon trying to do so #165

Open Happyrobot33 opened 4 months ago

Happyrobot33 commented 4 months ago

If you have a continous synced script, and have a synched array, the compiler will complain that they do not work. However, testing in client shows that they do infact seem to work, and do not produce serialization errors