void MoveTo(FloatArray msg) { transform.position = new Vector3(msg.array[0], msg.array[1], msg.array[2]);; }