• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.

Question Possible to Change Rigidbody Collision Mode (Continuous, Continuous Dynamic)?

AppetiteVisual

Well-known member
Joined
Jul 11, 2023
Messages
62
Reactions
431
Hi,

Is it possible, or would it be possible with a plugin, to change the collision mode of various rigidbodies? I am doing some work on making contraptions with the primitive shapes, but frequently they are quite breakable due to mechanisms missing their collision and passing through one another.

I believe this is due to the rigidbody being set to discrete collision detection by default (Unity thing). Is it possible to change an object's collision detection to continuous or continuous dynamic, to reduce or eliminate the typical Unity "object moved too fast and didn't detect collision" effect?

Thanks.
 
It would be possible with a plugin but I don't know if there is one for that. Not hard to do though
 
Upvote 0
Back
Top Bottom