I have this line renderer (grey line)
it should be in front of the UI card but its behind…how do i change this?
It should show like this
This is the hierarchy
Canvas is on Screen Space - Overlay ( i cannot change that it destroys everything)
What i tried
i used 2 cameras, 1 that renders everything except line renderer with depth -1.
Second camera that renders only line renderer with depth 1 and also changed to depth only…
Did not work. Please can you help?