Save/Load system is saving but not loading.

I am working on a Save/Load system based off these scripts:

http://wiki.unity3d.com/index.php?title=Save_and_Load_from_XML_U3_Collections

I drag the _GameSaveLoad onto an empty object and leave SaveStructures in my assets. When i hit the save button it creates the appropriate XML file but when I rearrange the scene and hit load nothing happens.

New Update:

If I start the game and save it and stopping load it then it retrieves the save data. If i exit the game it does not retrieve the save data even though the XML still exists.