Expose various String.Join methods in Udon
available in future release
FairlySadPanda
String.Join<int> and its cousins are not exposed, meaning that to convert an int[] or other arrays to strings requires manually doing it within the Udon runtime, which is extremely slow.
Log In
Fax
available in future release
Thanks for the request! While fixing https://feedback.vrchat.com/sdk-bug-reports/p/350-beta1-stringtrim-stringtrimstart-and-stringtrimend-are-not-exposed-to-udon-i , we exposed String.Join, too! It'll be available in a future release.