Voltaia
Voltaia
NNormal
Created by Voltaia on 8/1/2024 in #🤝ask-a-question
Are Realtime Views instantiated on a separate thread?
Thanks for the help 🫡
11 replies
NNormal
Created by Voltaia on 8/1/2024 in #🤝ask-a-question
Are Realtime Views instantiated on a separate thread?
Ah. Found the issue.
11 replies
NNormal
Created by Voltaia on 8/1/2024 in #🤝ask-a-question
Are Realtime Views instantiated on a separate thread?
It's peculiar because I'm not modifying the collection within an iterating loop. It's only modified when objects are instantiated and destroyed to add and remove from the static instances list.
11 replies
NNormal
Created by Voltaia on 7/31/2024 in #🤝ask-a-question
Is there a way to sync the instantiation transform without a RealtimeTransform?
Is there any reason they may not automatically wire up? I'm experiencing some weird behavior.
15 replies
NNormal
Created by Voltaia on 7/31/2024 in #🤝ask-a-question
Is there a way to sync the instantiation transform without a RealtimeTransform?
Another question: If I call Realtime.Instantiate on a parent object, and there are child objects with custom models, will the custom models sync with each other automatically? It's looking to me like I will have to Realtime.Instantiate the parent object and then also Realtime.Instantiate on all the children.
15 replies
NNormal
Created by Voltaia on 7/31/2024 in #🤝ask-a-question
Is there a way to sync the instantiation transform without a RealtimeTransform?
Gotcha
15 replies
NNormal
Created by Voltaia on 7/31/2024 in #🤝ask-a-question
Is there a way to sync the instantiation transform without a RealtimeTransform?
Is there any performance hit if I leave position/rotation/scale on?
15 replies
NNormal
Created by Voltaia on 7/10/2024 in #🤝ask-a-question
How can I get the remote ID that an avatar represents?
Ah I needed to use avatar.realtimeView
11 replies
NNormal
Created by Voltaia on 7/10/2024 in #🤝ask-a-question
How can I get the remote ID that an avatar represents?
@Normcore Assistant but I don't need necessarily what client actually owns the avatar, rather which client the avatar represents. I understand this is the same, but is there any way to get it independently?
11 replies
NNormal
Created by Voltaia on 5/30/2024 in #🤝ask-a-question
How should I handle many networked objects?
Aghhh
26 replies
NNormal
Created by Voltaia on 5/30/2024 in #🤝ask-a-question
How should I handle many networked objects?
@Normcore Assistant but there exists no event to check that it has been synced?
26 replies
NNormal
Created by Voltaia on 5/30/2024 in #🤝ask-a-question
How should I handle many networked objects?
@Normcore Assistant so what happens when I access the RealtimeDictionary like this?
model.customDictionary[itemIndex].customBoolean = true;
model.customDictionary[itemIndex].customBoolean = true;
Will customBoolean be synced?
26 replies
NNormal
Created by Voltaia on 5/30/2024 in #🤝ask-a-question
How should I handle many networked objects?
@Normcore Assistant So, I can not update a model in a RealtimeDictionary? In order to "update" it I must replace it?
26 replies
NNormal
Created by Voltaia on 5/30/2024 in #🤝ask-a-question
How should I handle many networked objects?
@Normcore Assistant how can I tell if a RealtimeDictionary model has been updated?
26 replies
NNormal
Created by Voltaia on 5/30/2024 in #🤝ask-a-question
How should I handle many networked objects?
@Normcore Assistant how should I initially populate the RealtimeComponent manager?
26 replies
NNormal
Created by Voltaia on 5/24/2024 in #🤝ask-a-question
Is anyone else having problems with intellisense and syntax highlighting?
Yeah, thus far on the new VS version no warnings. Sorry for the bother, should've updated before asking! You guys are super helpful as always.
23 replies
NNormal
Created by Voltaia on 5/24/2024 in #🤝ask-a-question
Is anyone else having problems with intellisense and syntax highlighting?
But also right now syntax highlighting and auto-complete is working, so I'm unsure of what to think
23 replies
NNormal
Created by Voltaia on 5/24/2024 in #🤝ask-a-question
Is anyone else having problems with intellisense and syntax highlighting?
I'm not getting that warning in 2022 though (so far) so perhaps they are not related?
23 replies
NNormal
Created by Voltaia on 5/24/2024 in #🤝ask-a-question
Is anyone else having problems with intellisense and syntax highlighting?
Or at least not a reference to it? Not really sure how this all works. My model works fine though.
23 replies
NNormal
Created by Voltaia on 5/24/2024 in #🤝ask-a-question
Is anyone else having problems with intellisense and syntax highlighting?
No description
23 replies