zandose
❔ I'm trying to convert a Vector3 string to a Vector3 but the numbers returned aren't correct.
For instance, I'll have the string
"1"
and everything appears to be fine with the debug messages but when it's used in the actual vector3 = new Vector3(StringToConvert[0], StringToConvert[0], StringToConvert[0]);
it changes to the numbers 49
.11 replies