Line renderer over UI
Hello everybody! Does anybody know any way of drawing lines via line renderer so that the lines are displayed over the UI elements? I know about the way of creating two cameras and changing the canvas render mode to Screen Space - Camera, but I need to avoid this, because I have Layout Groups in my canvas, and when I enter the Camera rendering mode it all just becomes a big mess, and, in fact, I do not want to reset all the layout options. I also tried to play with the cameras' depth and Depth Only clear flags, but it didn't work for me. I simply want to draw the lines over the UI without changing Canvas render mode. Please help!
Hey @Lazybones94! I am having this same problem - did you manage to find a solution? Thanks a lot for your help!
Your answer
Follow this Question
Related Questions
Trying to make an object appear in a position, but only if that position isn't occupied. 0 Answers
How to display distance between Player and object in UI text? 0 Answers
Is there a way to make an Object pass over a Text? 0 Answers
UI Scroll View object is not moving 0 Answers
Change Camera Position when pressing a button whilst changing scenes 1 Answer