I’m temporarily disabling the physics collision of objects that enter an area, but it causes all forces applied to those objects to spam warnings and treat each object’s mass as if it is 1. Modifying the object’s velocity still works, so the issue seems to be related to the mass specifically, but what is it about the lack of physics collision that messes with the mass?
I also noticed that toggling the physics collision resets the objects’ velocity, but I easily got around that by just reapplying the same velocity after toggling it. I still don’t understand why collision would affect velocity at all however.
Overall, I’m finding this behavior very strange and frustrating. I feel like I must be missing something. Is there a workaround I could use here? Any help is much appreciated.