Is that possible?

Discussion and help for Easy Save 3
Post Reply
88888888
Posts: 25
Joined: Tue Sep 10, 2019 10:41 pm

Is that possible?

Post by 88888888 »

Hi, Let say I'm going to create an online game that people create new things like buildings there so how can I save and load/share those buildings with all other players?

For example I'm the player of first system and I create a building inside my game so how can I save that building and load to second system :o
User avatar
Joel
Moodkie Staff
Posts: 4826
Joined: Wed Nov 07, 2012 10:32 pm

Re: Is that possible?

Post by Joel »

Hi there,

If this is a game where multiple players are building things at the same time, you should use Unity Networking functionality to share that data.

Then the server (or a player you designate as server/host) should save and load the state of the buildings. Otherwise, if you have multiple players trying to store to the same file, it is likely that they will overwrite each others work.

With regards to saving the buildings, this is covered in the guides here: http://docs.moodkie.com/product/easy-save-3/es3-guides/

In particular, the Saving and Loading GameObjects and Prefabs guide will be useful to you, though I recommend reading the Getting Started guide also:
https://docs.moodkie.com/easy-save-3/getting-started/
https://docs.moodkie.com/easy-save-3/es ... s-prefabs/

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Post Reply