PredictionRigidbody vs Rigidbody #650
Closed
maxgmer
started this conversation in
Documentation
Replies: 2 comments
-
Thanks for your insight on the guide. I'll update it to be more clear. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Added to roadmap. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Would be nice to have a comparison paragraph about
PredictionRigidbody
vsRigidbody
here:https://fish-networking.gitbook.io/docs/manual/guides/prediction/version-2/predictionrigidbody
Why do I need
PredictionRigidbody
? (e.g.Reconcile()
method reconciles forces, but what if I don't set any forces and only dorigidbody.velocity = myVelocity;
? Do I still need it?What problems that
Rigidbody
has doesPredictionRigidbody
solve?Maybe a noob question, but there is a lot of networking noobs just like me.
Beta Was this translation helpful? Give feedback.
All reactions