i made a simple script, reading the X,Y,Z values from my database and store them as a single string in a variable ex "-17,23,1" and then i want to use them to translate an ingame object. my script..
dpos=mailman2.data; //Stringed coordinates.
transform.position = dpos;
//<------- i dont actually know how to use the transform and the variable //to get the object moving