Hi, I am a beginner at Unity, so this may be stupid.
I am trying to make a node-based graph editor. I have my prefab “nodes”, but I am strugglin with the arcs, which I am using a line renderer for. I can see my lines in the scene mode, but when I got to game mode, they dissapear. I have checked that the arc prefabs are set in front of my canvas and panel, but the arcs are still not visible. I have also made sure that the lines are children of the canvas and panel.
// paste code here
Thanks for the help!