Hi, i'm working on multiplayer game ( like clash royal ) and i need to save objects state ( position, some instance variable and ... ) when host disconnect .
how i can save these things and load ( create objects and set their instance ) ?
what the best way ? Json ? array ?
best regards,