A Very Simple Save/Load Prefabs SystemPerfect for any game that requires saving and loading prefabs. Supports loading both 2D and 3D object saved positions. This save/load system is a super simple setup, ready to be used or modified to your use case. Use in tandum with playprefs for a very robust saving system.Documentation: https://drive.google.com/file/d/1Ev4Cgt4MZ3lD-gZ-q49F_Uw9owSLXdE9/view?usp=sharing1. Save/Load prefabs. (Need to save an inventory of UI or re-load something that spawned?)2. Loads objects via positions.3. Saves multiple positions & and prefabs.4. Extremely simple solution using only 2 scripts for saving and loading.5. Uses json files to load/save data.