Physics Layers?

0 favourites
  • 3 posts
From the Asset Store
Simple yet very life-like rag doll made with Physics!
  • Hey,

    Is there a way to make Physics Layers so that a physics object will only collide with another physics object if its on the same layer as it?

    Or simpler, make it so a physics object doesn't collide with 'x' object, but with all others?

    Thanks!

  • NO, Physics in C2 uses Box2D which has it's own entire world. There is no way to effectivly way to mix, match or be selective. Physics has to be treated as it's own existence.

    The only way to do so would be to write a new Physics plugin that takes advantage of bitmasks with C2 Physics plugin doesn't :|

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • From the manual:

    Enable/disable collisions

    By default, all Physics objects collide with each other. You can disable collisions between the object and another Physics object so they pass through each other. This affects all instances of both object types. Note: enabling collisions again when objects are overlapping can cause instability in the simulation.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)