#SyncVar for Dictionaries
14 messages · Page 1 of 1 (latest)
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
You can use a SyncDictionary for that
Yep, perfect for this situation 
is there a sync list or something along those lines
Yes indeed