How to display lines/Matrix without using Mesh Renderer?

I WANT TO DISPLAY A MATRIX ON THE GAME WITHOUT USING MESH RENDERER?
HOW to fix this?


Forward lines are drawn using Debug.DrawLine() function. But Game shows nothing. Mesh Renderer of Plane is disabled.


On enabling the plane Mesh Renderer Game Shows the plane.
BUT I WANT THE GAME AREA TO DISPLAY MATRIX NOT PLANE

Just Turn the Gizmos on in Game View and you are done :slight_smile: