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

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