So how does integrate_forces work?
Does it override physicsprocess?
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 physicsprocess, 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