I know that there is a way to draw lines in the world, but it is not the good way for me (Debug.DrawLine (Vector3.zero, new Vector3 (1, 0, 0), Color.red); ) because it is only available in gizmo drawing mode.
I need the same thing, but as a mesh. I would like to use this line function in my fishing game.