As a way of debugging my game I need to display Vector3 via GUIText. But currently you have to:
Get Vector3 XYZ
Make float variables for each X, Y, Z
Convert each float into a string (so another 3 strings)
Then Build String using those strings & put it in the Guitext
Would be nice if the Set Guitext (and other similar actions) had a 'Show Vector3 as string' field, or 'append Vector3 to this String', so I can output something like 'Current Vector is 2,2,2'
Or failing that, a 'Convert Vector3 to String'
Thanks