popcron / gizmos

Used for drawing runtime gizmos in builds and editor (Unity3D)
MIT License
546 stars 42 forks source link

Not Rendering in Android Phone #18

Closed Nahush22 closed 4 years ago

Nahush22 commented 4 years ago

I developed an AR app that rendered gizmo lines on the screen.When it didnt render then since my AR app doesnt have a MainCamera component & only using the Vuforia AR Camera component I then added it using the specified filter.But for some reason the lines(circle created using line) I created aren't rendering on the screen.It is visible in the Editor mode though.I am also new to C# scipting & Unity & so I am sorry if I explained it wrong.I have also included my script I attached to the gameobject below.Thanks in advance. circlescript.txt

Nahush22 commented 4 years ago

Ok nvm, I didnt call the OnDrawGizmos in Update.Did it & it fixed it for me.