how can i save gameobject panel.

could someone help me on how could i save this. its like you are assembling your own mother board. and i want it that everytime i re-run my scene. i want my item just to stay on the slot in where i installed the motherboard part…because everytime i drag my item coming from the right side and i put it on the motherboard slot. after i rerun my scene. its returning back on my inventory… and also, after i buy items… the cart would be remove, then after i rerun my scene the cart is returning. so i need to buy it again.

someone help me out here please!

You’ll need to script a way to save the current state of everything either on quit or when the user saves. Then when you start up you need to check if you have save data, read it, and apply it.

Many people use JSON files for this. It’s not exactly an easy task in general, especially to do retroactively but that’s where I would start.