UnityDbgDraw
UnityDbgDraw copied to clipboard
Not working in VR
I am trying to draw a cube like this
DbgDraw.Cube(new Vector3(0, 0, 0), Quaternion.identity, new Vector3(1f,1f,1f), Color.red);
and its like the cube gets drawn at the top of my headset and gets stuck there