#SyncVar for Dictionaries

14 messages · Page 1 of 1 (latest)

river hound
#

i have made a PlayerSessionManager which would hold all the connections as well as each connections steam userdata

#

in my connection manager ^ i need each client to register them selves which would add their connection and userdata into the _sessions dictiiionary

#

im not sure how i would go about this

#

im not sure if i can use a sync var somehow for this

grand finch
#

You can use a SyncDictionary for that

river hound
#

oh shit

grand finch
river hound
#

is there a sync list or something along those lines

grand finch
#

Yes indeed

river hound
#

alright then

#

what cant i sync