Colissions don't work for me? #60
-
|
I have followed every step in the wiki, even copy-pasted it, but no matter what, the player will ignore colissions and fall (ignore the name of the stage) Please, if anyone knows how to fix it, help me :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Use CollisionB for the initial layer of collision; CollisionA is the secondary one. Assuming you copy-pasted, CollisionB should be layer0 and CollisionA should be layer1. Upon spawning you automatically interact with CollisionB (layer0) instead of CollisionA. |
Beta Was this translation helpful? Give feedback.
-
|
Collision layer priority is now noted in the wiki to make it clear and avoid such questions in the future |
Beta Was this translation helpful? Give feedback.

Use CollisionB for the initial layer of collision; CollisionA is the secondary one.
Assuming you copy-pasted, CollisionB should be layer0 and CollisionA should be layer1. Upon spawning you automatically interact with CollisionB (layer0) instead of CollisionA.