DC
DC
NNormal
Created by DC on 2/13/2025 in #🤝ask-a-question
Best practise for clearing realtimearray
@kapa.ai show me an example relatimemodel and realtiomecomponent that uses a StringKeyDictionary
21 replies
NNormal
Created by DC on 2/13/2025 in #🤝ask-a-question
Best practise for clearing realtimearray
@kapa.ai tell me why RealtimeDictionary is not transactional? If I create an object with X number of properties, then add the object to the dictionary, wont all the properties of the objecty be preserved, making it "transactional"?
21 replies
NNormal
Created by DC on 2/13/2025 in #🤝ask-a-question
Best practise for clearing realtimearray
@kapa.ai if I do option three wont it end up consuming memory over time?
21 replies
NNormal
Created by DC on 2/12/2025 in #🤝ask-a-question
Failed while attempting to spin up room
@Max thanks!
12 replies
NNormal
Created by DC on 2/11/2025 in #🤝ask-a-question
command response
@Normcore Assistant FWIW, I did a couple of things different. Rather than a map, I just added key property to the model. Second, adding the OnReponseStatusChnage event handler when I created the model, when added to the dictionary. OK, how best to removed a command from the dictionary once I have received a response?
53 replies
NNormal
Created by DC on 2/11/2025 in #🤝ask-a-question
command response
@Normcore Assistant with OnResponseStatusChanged how can I tell which command it applies to? I dont see where I can get the dictionary key.
53 replies
NNormal
Created by DC on 2/11/2025 in #🤝ask-a-question
command response
@Normcore Assistant the modelReplaced event does not fire when I set the response status
53 replies
NNormal
Created by DC on 2/11/2025 in #🤝ask-a-question
command response
@Normcore Assistant can you update your sample code so that rather than looping through unprocessed commands, it will process the command each time one is added
53 replies
NNormal
Created by DC on 2/11/2025 in #🤝ask-a-question
command response
@Normcore Assistant in your OnRealtimeMOdelReplaced, setting the dictionary to a new Realtimedictionary does not work, as "commands" does not have a setter.
53 replies
NNormal
Created by DC on 2/11/2025 in #🤝ask-a-question
command response
@Normcore Assistant can you re-write it all but using a RealTimeDictionary?
53 replies
NNormal
Created by DC on 2/11/2025 in #🤝ask-a-question
command response
@Normcore Assistant can you show me sample code for the RealtimeComponent for your MainModel and CommandModel, showing setting the responsestatus for a specific command in the array?
53 replies
NNormal
Created by DC on 2/11/2025 in #🤝ask-a-question
command response
@Normcore Assistant I am using realtimearray of commands to maintain transaction integrity. Is there a way I can send a response back to a specific command to indicate a specific command has been completed?
53 replies
NNormal
Created by DC on 1/16/2025 in #🤝ask-a-question
is there a way to count the connections to the room without using the Avatar Manager
The GetAllClientIDs method does not exist for datastore
11 replies
NNormal
Created by DC on 1/11/2025 in #🤝ask-a-question
Using RealtimeArray for reliable, ordered messages
Do you have a definition for MessageSyncModel?
8 replies
NNormal
Created by DC on 1/9/2025 in #🤝ask-a-question
When property on RealtimeModel is updated quickly only last change is transmitted.
What if I put in a UniTask.Delay() for 60ms?
8 replies