Memory is a kind of saving system. You can use it for any desired saving and loading operations. Thanks to the powerful ‣ , now, even, we can easily save the modification during the Play Mode and load it back in the Editor Mode. It is also easy to create your custom Memory ****using our template.
Memory is the core component that controls the saving and load actions. It will handle all the AMemory components that are attached to the same game object. E.g., Transform Memory.
Memory can also be used as a game-saving system. You can easily create your custom Memory using our template.
Right-click on the Project window of Unity Editor and select Create/Two Cats Code/Data Manager/Memory Manager to create one. You may create multiple Memory Managers as you want. For more details about the Memory Manager, please see ‣
Add the Transform Memory component to the game object that you want to save and load the transform. The Memory component will be attached to the same game object automatically.

Memory Manager object. Similar to ‣.
Memory Manager object.