I have 5 objects for the collisios.
But I want you to ignore these objects to each other but not all of them.
Example:
A,b,c,d,e
In the forest stage that 'a' object can collided 'b' object but cant collided anothers 'c','d','e'.
In the forest stage that 'c' object can collided 'd' object but cant collided anothers 'a','b','e'.
In the forest stage that 'e' object can collided each others 'a','b','c','d' only.
In unity game engine the layers can say that only one object may conflict with what another. This how possible in construct games?
the physics of these features should be setup :
Select Collision layer:
the lis: default, background, foreground, what i want.
It could create layers.
just click add layer button and enter the name example for name : background.
And the character settings can be selected the background.