I'm working on a big game like clash of clans. But the problem is how I can save the data. I already know about playerprefs that is very easy way to save variable. But I want to the whole like player have created a powerplant, a farm like that type of data not in text form but in gameobject.
I already know how I can save a int, float,string variable data. I want to know to save whole data. I want to be able to save the scene (data) so that it looks the same as it was when the player left it.