
Then I have a cat of spine and a carpet of sprite, both were added with "Box Collider 2D" component and Event Trigger adding PointerClick callback.


And here comes the strange thing. When I set the spine and the sprite both in "Default" Sorting Layer. I will get the click callback of the cat first. But when I set them both to "Interaction" Sorting Layer(Created in sorting layers manually). I will get the click callback of the carpet first. This makes me confusing. Is this a bug? Or need I to do some extra settings to get the right click callback order with a custom sorting layer.


I add my test project as an attachment. Please help me figure it out. Thanks.