"string Get Chars" which return a char from a string at index "is not supported."
Foorack
UDONSDK-2019.12.21.15.54
VRCSDK3-2019.12.21.16.01
VRC.Udon.VM.UdonVMException: The VM encountered an error!
Exception Message:
External function '__get_Chars__SystemInt32__SystemChar' is not supported.
Steps to reproduce
:- Use "string Get Chars" in any way, it will throw above-mentioned exception.
Log In
Merlin
Still an issue, but has a slightly different error "Function '__get_Chars__SystemInt32__SystemChar' is not implemented yet"
Foorack
Kudos to Sparklyuma. It is still possible to iterate over a string by using
string.ToChar[]
and then char[].get
.