![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | blockchan |
So how does integrate_forces work?
Does it override _physics_process?
Do they clash when both are called?
Which function is called first?
I’m experimenting with physics and I noticed that sometimes things work only in _physics_process, while integrate_forces ends up behaving weird.
When both are called in the same script it seems to have random consequences, sometimes it’s OK and sometimes not