gubebra
NNormal
•Created by gubebra on 11/1/2024 in #🤝ask-a-question
How to use PrefabLoadDelegate to do object pooling?
alright thanks
25 replies
NNormal
•Created by gubebra on 11/1/2024 in #🤝ask-a-question
How to use PrefabLoadDelegate to do object pooling?
I actually want to do object pooling. I just don't know how to use IRealtimePrefabInstantiateDelegate to do this. I already have a pool in place and working locally
25 replies
NNormal
•Created by gubebra on 11/1/2024 in #🤝ask-a-question
How to use PrefabLoadDelegate to do object pooling?
@Normcore Assistant I'm getting
25 replies
NNormal
•Created by gubebra on 11/1/2024 in #🤝ask-a-question
How to use PrefabLoadDelegate to do object pooling?
@Normcore Assistant I don't want every realtime.Instantiate() to call the pooling function, just when I call it from a specific place for a specific object for example
25 replies
NNormal
•Created by gubebra on 11/1/2024 in #🤝ask-a-question
How to use PrefabLoadDelegate to do object pooling?
@Normcore Assistant what is in your example?
25 replies
NNormal
•Created by gubebra on 10/31/2024 in #🤝ask-a-question
Best way to fire VFX events?
I'm still a bit lost in terms of the networked data structure choice. In a nutshell I need something simple like sending an event, possibly with just id and position, which can be triggered multiple times (the vfx idx can be called by a lot of users at the same time). You recommend me using a RealtimeSet?
20 replies
NNormal
•Created by gubebra on 10/31/2024 in #🤝ask-a-question
Best way to fire VFX events?
thanks mecha, i'll take a look at it
20 replies
NNormal
•Created by gubebra on 10/31/2024 in #🤝ask-a-question
Best way to fire VFX events?
yeah but I still need to trigger the VFX event. I want to just call a function that instantiates/activate a VFX whenever I need it
20 replies
NNormal
•Created by gubebra on 10/31/2024 in #🤝ask-a-question
Best way to fire VFX events?
And how would I fire the event? Using a RealtimeModel?
20 replies
NNormal
•Created by gubebra on 10/31/2024 in #🤝ask-a-question
Best way to fire VFX events?
One thing to note is that there's a possibility that multiple people will try to fire the same event, and I should fire all of them (same VFX other part of the map)
20 replies
NNormal
•Created by VRBaller on 9/22/2024 in #🤝ask-a-question
RealtimeTransform moves while not kinematic but doesn't when not kinematic
ok actually it all ties down to not checking if I own the object. I was under the impression that no matter what I do, if I do not own the object, I cannot set any values...
22 replies
NNormal
•Created by VRBaller on 9/22/2024 in #🤝ask-a-question
RealtimeTransform moves while not kinematic but doesn't when not kinematic
22 replies
NNormal
•Created by VRBaller on 9/22/2024 in #🤝ask-a-question
RealtimeTransform moves while not kinematic but doesn't when not kinematic
Another thing I noted is that when the object is kinematic and moving, if you transfer ownership and forget to check if the object is yours and set the position anyway, it's overwritten and does not obey the owner of the object. Same goes to scale and rotation
22 replies
NNormal
•Created by VRBaller on 9/22/2024 in #🤝ask-a-question
RealtimeTransform moves while not kinematic but doesn't when not kinematic
22 replies
NNormal
•Created by VRBaller on 9/22/2024 in #🤝ask-a-question
RealtimeTransform moves while not kinematic but doesn't when not kinematic
It would be very helpful to know if what I'm experiencing is normal and expected
22 replies
NNormal
•Created by VRBaller on 9/22/2024 in #🤝ask-a-question
RealtimeTransform moves while not kinematic but doesn't when not kinematic
I managed to create a blank project with some weird behaviour going on related to this
22 replies
NNormal
•Created by gubebra on 7/22/2024 in #🤝ask-a-question
Is there an easy and fast way to check if user has no network connection?
Will do thanks
19 replies
NNormal
•Created by gubebra on 7/22/2024 in #🤝ask-a-question
Is there an easy and fast way to check if user has no network connection?
Can I also identify if the user is lagging in terms of his network? @Normcore Assistant
19 replies
NNormal
•Created by gubebra on 7/22/2024 in #🤝ask-a-question
Is there an easy and fast way to check if user has no network connection?
great thanks
19 replies
NNormal
•Created by gubebra on 7/22/2024 in #🤝ask-a-question
Is there an easy and fast way to check if user has no network connection?
can I check the same thing using a RealtimeView @Normcore Assistant
19 replies