Topic: My markers hide when using non-empty Tile Material

Hey!
My markers in Unity hide when I change the Tile Material to non-None. I could have left the material to None, but I don't like the map getting too light. Similar behavior with lines. How do I fix this?
Sorry if the question has already been asked or if the question is too simple. I'm a newbie.

Post's attachments

Attachment icon image.png 216.05 kb, 53 downloads since 2021-06-09 

Re: My markers hide when using non-empty Tile Material

Hello.

This is due to the render queue.
In your case, the render queue for tile material or marker material is close or the same.
Strongly (e.g. ±100) decrease the render queue for the tile material, or increase the render queue for the marker material.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: My markers hide when using non-empty Tile Material

Ty! That helped.
I wasn't aware of this influence of the material before.