• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

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

AppetiteVisual

Well-known member
Joined
Jul 11, 2023
Messages
62
Reactions
440
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