Hello, first of all, thank you for this amazing free asset. I would like to use it in my own topdown game, but I also need to implement lighting in the same game. I'm using the Universal Render Pipeline 2D for lighting, but when I set the render settings to URP2D and start using it, I encounter some issues with the visuals. For example, when my main character stand in front of a box, instead of standing on top of it, the character appears underneath it. How can I fix this problem? I've been trying to solve it with ChatGPT for a few days now, but we haven't been successful. Can you please help me?
Viewing post in Pixel Art Top Down - Basic comments
Hello, it sounds like a sorting problem.
FIX:
In [Project Settings] :
Set [Transparency Sort Mode] to [Custom Axis]
Set [Transparency Sort Axis] to [0,1,1]
These settings are hiden if you have put a profile in the [Scriptable Render Pipeline Settings], try set it to NONE first, then set the value and set the profile back to it.