Physics time scale #596
Closed
makcimbx
announced in
Approved Changes or Features
Replies: 4 comments 1 reply
-
Doable but would cause desync if clients didnt use the same scale during same ticks. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think this could be a good feature and also fairly easy to add in with no risk. This has been accepted and made a priority. |
Beta Was this translation helpful? Give feedback.
0 replies
-
4.2.1 was just released, I'll get this in next release! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Added in 4.2.3. |
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
-
Add PhysicsTimeScale, that can be managed in TimeManager that will multiply tick delta everywhere. Quite a handy feature that you now have to add yourself after every update. Something like this:
Physics.Simulate(tickDelta * _networkManager.TimeManager.PhysicsTimeScale);
Beta Was this translation helpful? Give feedback.
All reactions