Hi I just started learn unity and i had some problem regarding xml file.
I have a existing xml file with the following:
goName = “Cube”
StartPosX = “0” StartPosY = “0” StartPosZ = “0”
EndPosX = “5” EndPosY = “5” EndPosZ = “5”
speed = “5.0f”
I have load the xml into the resources folder in my asset folder and is able to read it. how do I extract the information such that the cube will start moving at the speed of 5.0f towards the given coordinates?