Save/Load help

So I’m using an XML save/load script I found on the Wiki and I was wondering if there was anyway to edit it to work with multiple scenes

Here is the link to the script:

Thanks

I’m not quite sure what you mean. Do you want to save a whole scene as XML or transfer objects between scenes this way or … what?

I’m trying to save the position of the player using XML, but it wont work across multiple scenes

scratches head
?
Once you save in the XML in one scene, load another scene, simply load the xml data back in, OR create a EGO (empty game object) and have it not destroy on load and simply save the XML text in that game object.