Is this even possible? I have a script that generates waypoints on my terrain and I want to see all the connections between the waypoints so I can move them around and edit links as I see fit, but I do not want these lines to be visible in the game at all. Is there a current solution that will work? Each waypoint has a list of all the waypoints it is connected to as well. I prefer to do this without running the game since everything tends to reset back if you move things around one you stop the game.
NOTE: I am using unity 5.1.3f1 because 5.2.x broke V’s terrain hole system.