Hello my masters:)
Im still almost good at Unity:) so there goes my question…
In my scene, the player-object is walking on the flat invisible terrain with the city image as background, so it looks like he was walking in the city:) There is a fountain in the middle. I want my object to walk around the fountain, which is also an image. My problem is that this fountain (image) is always IN FRONT of my player-object (even when shoudn’t be). I know how to use image as foreground and background. The problem is to have player-object in front of fountain-image when player-object is in front of it and behind when he should be. Layers are still hard part of unity to me and I’m, not even sure if layers are the answer, but I think there should be some script that changes layers depending on player-object’s possition on the screen. Am I right?
Thanks anyway:)
Cheers.