Bodies seem to repel each other even though no collision in config #285
Theo-Cheynel
started this conversation in
General
Replies: 1 comment 5 replies
-
Hi @Theo-Cheynel ! It looks to me like the capsules are interpenetrating without a collision update. To confirm, can you check system.colliders to make sure it's empty? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a config file defining a humanoid ragdoll. I have removed all of the collisions inside this config. I expected the bodies to be able to intersect each other, instead, here's a video of their behaviour :
weird_nehaviour.mp4
I am just applying a predefined series of actions at each step and observing the result, and we can see that they behave like they're repulsing each other so as not to collide, despite the collisions being turned off.
Does anyone know what is happening ? If necessary I can provide the config used and the script used to generate that result, as well as the data.
Beta Was this translation helpful? Give feedback.
All reactions