I make save and load button using easy save but now I had a error called “KeyNotFoundException: Key “savedScene” was not found in file “filepath/SaveFile.es3”. Use Load(key, defaultValue) if you want to return a default value if the key does not exist.” please help.
thanks
Would be best to contact the developer of the asset.
From the sounds of it though, you’re just simply trying to get some data in a file with a key-name that doesn’t exist.
Double-check your spelling and/or verify that the key-name actually exists in the file.
Yep