I am making a platformer 2d, but I have a problem with some Water Tiles, because I need them behind the floor but ahead of the player, and the player is ahead of the floor so z index dosen’t work, I tryied enabling y sort property, and adding the player as child of the water tiles but isn’t working