How to use it
This is a step-by-step explanation how to save and load a scene in unity 2018
Download and import the asset "Save is easy" from the store, Link.
Create a new scene.
Create a GameObject and add the component "SaveIsEasyManager", In this component you can configure how the game will be saved and loaded.
Add the component "ExampleControlGUI", this will show you a menu in the game.
Create a Cube and add the component "SaveIsEasyComponent", in this component you need to select the fields that will be saved and loaded, You have to click on Transform and then check the posision checkbox. Example photo.
Now press Play.
Now you can move the cube around the scene and it will save and load the position, use the menu buttons in the game, or in the "SaveIsEasyManager" component.
You managed to use the asset to save and load the position of a cube, do not forget to look at the rest of the documentation in case you have more questions, the asset also has examples.