[Physics] Relation/ordering between _integrate_forces and _physics_process #5958
poiati
started this conversation in
Engine Core
Replies: 0 comments
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.
-
Based on my observations
_integrate_forces
is always called before any_physics_process
call each frame. I'm trying to sync a RigidBody position with a Node2D, but because of the executive order, the position is always one frame behind (I'm using a custom integrator). Is there any way to swap the order? Or is there any other workaround for this issue?Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions