I'm sure I am missing something simple but when I set a sprite with the platform behavior to ignore a solid with tag "ui" it still lands on it.
See below. if I drag the blue sprite on top of the red. After letting go the blue box will sit on top of the red one. The blue is set to exclude the red tag?
I want the blue sprite to fall through the red.
capx link
https://drive.google.com/file/d/1XBDdlpGhlymG5ww3R73dP722nx8FUjkj/view?usp=sharing
It works for me.
Must be some mistake in your project, but I can't download it. Make sure you allow access to everyone, to test try opening it in a private browser tab.
Thanks dop2000.
Please try this link
this is what happens when i put blue on top of red
Develop games in your browser. Powerful, performant & highly capable.
You have Jumpthru behavior on the red block. It works like solid, but you can't use solid tags for it. You need to remove this behavior.
Thankyou!