• 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.

Solved Question about collision?

intestz

New member
Joined
Apr 3, 2022
Messages
10
Reactions
1
If I have 3 actors in a scene but I want Actor 1 and 2 to have collision with Actor 3 but Actor 1 and 2 will not have collision to eachother, is something like this is possible? and how can I do it?
 
Not in VAM. It's possible to configure that through the collision matrix inside Unity tho. But this is a "project setting" ( if you prefer, meshed would have to change it )... and I'm not even sure it's possible to configure it at runtime.
 
Upvote 0
Looks like this is actually possible with CheesyFX's CollisionManager plugin.

Seems to work well on Person atoms. In your case, you can add this plugin to Actor 1 and select Actor 2 in the plugin with Ignore Collision option.
 
Upvote 0
Back
Top Bottom