maxweisel
maxweisel
NNormal
Created by ClockworkPirate on 10/4/2024 in #🤝ask-a-question
DidRead method never called in Model
you may want to use the new OnDidReadModel callback event type
17 replies
NNormal
Created by ClockworkPirate on 10/4/2024 in #🤝ask-a-question
DidRead method never called in Model
worth noting there was a bug with OnDidRead that was fixed in a recent version of Normcore
17 replies
NNormal
Created by Voltaia on 10/3/2024 in #🤝ask-a-question
When the server owns a RealtimeTransform, is the rigidbody simulated?
if you don’t want someone to be able to steal a held object, I’d request ownership of the view and transform on grab, clear ownership of just the view on release (let RT clear itself when it comes to rest) and then if you want to check if something is held, you check the view ownership
16 replies
NNormal
Created by Voltaia on 10/3/2024 in #🤝ask-a-question
When the server owns a RealtimeTransform, is the rigidbody simulated?
and you want the last owner to simulate it coming to rest even if they’re not holding it anymore
16 replies
NNormal
Created by Voltaia on 10/3/2024 in #🤝ask-a-question
When the server owns a RealtimeTransform, is the rigidbody simulated?
I’d leave the view ownership unowned the whole time. Then when someone grabs it, request ownership of the transform. If they drop it, leave it alone. RealtimeTransform will clear ownership automatically when the body comes to rest
16 replies
NNormal
Created by Voltaia on 10/3/2024 in #🤝ask-a-question
When the server owns a RealtimeTransform, is the rigidbody simulated?
why do you want the server to own it?
16 replies
NNormal
Created by Voltaia on 10/3/2024 in #🤝ask-a-question
When the server owns a RealtimeTransform, is the rigidbody simulated?
I don’t know what you mean
16 replies
NNormal
Created by Voltaia on 10/3/2024 in #🤝ask-a-question
When the server owns a RealtimeTransform, is the rigidbody simulated?
A Unity client needs to own the RealtimeTransform in order for it to be simulated
16 replies
NNormal
Created by Voltaia on 10/3/2024 in #🤝ask-a-question
When the server owns a RealtimeTransform, is the rigidbody simulated?
No, they’re not simulated by the server
16 replies
NNormal
Created by Mischa on 4/1/2024 in #🤝ask-a-question
Cost Estimation and Usage Metrics
the source code for the profiler should be included in the UPM package
10 replies
NNormal
Created by Mischa on 4/1/2024 in #🤝ask-a-question
Cost Estimation and Usage Metrics
look at the APIs the profiler calls. You can use those to add up total bandwidth for a session yourself
10 replies