Is there a way to hide the unity grid in the scene view through script?
I am writing a custom editor and the unity grid gets in the way, so I want to have a toggle for it but I can’t figure out how to actually disable the grid.
It know it is possible because in the scene view editor you can toggle the grid by unchecking the grid option in the gizmos drop down.