I stored character customization data in lobby via ProfileService and I want to load that data in main game
Are ‘lobby’ and ‘main’ different places in the same experience, or are they different experiences
1 Like
Same of course it is the same shared Experience
Then the data should be automagically shared between the places!
1 Like
If I do like in lobby Data.Hair I can just do the same in main experience without have to setting up the template?
If you are 100% sure that they have been to the lobby prior to the main experience, then yeah, you should be able to get away with not setting up a template. and just access the Data.Hair
1 Like
I can do with Datastore2 too???
Yep! ALL datastore systems work this way!
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.