I’ve been trying to think of a way to draw a line with the mouse in game.
In my program, balls are created from spawn points that fall onto lines (which I use cubes for). The balls hit the lines, bounce off, and make a sound. I am using 3d models with an orthographic camera to look 2d. I used thin cubes and placed them manually in the scene editor for now, but I want to be able to draw them with the mouse. Any help would be appreciated.
I suppose this would be better under answers, but I can’t access answers for some reason ![]()