𝔠𝔬𝔟𝔞𝔦𝔫.
𝔠𝔬𝔟𝔞𝔦𝔫.
NNormal
Created by 𝔠𝔬𝔟𝔞𝔦𝔫. on 4/22/2024 in #🤝ask-a-question
what ensures that a RealtimeDictionary is reliable
When creating a custom dictionary property using
[RealtimeProperty(7, true, false)] private RealtimeDictionary<RealtimePlayerStatsModel> _playerStats;
[RealtimeProperty(7, true, false)] private RealtimeDictionary<RealtimePlayerStatsModel> _playerStats;
changing the reliable parameter to true or false, does not seem to have any impact on the compiled model. What ensures that the dictionary is always reliable? Is this handled internally by normcore? Do you need to handle this case manually? Or is setting the values within
RealtimePlayerStatsModel
RealtimePlayerStatsModel
to reliable enough?
8 replies