It would really be awesome to have the possibility to draw debugging shapes in top of everything with simple methods.
Gizmos actions shall be buffered and draw before the flip frame so they are on top of everything.
This can be added through a new interface to prevent breaking changes.
I think we shall add the option to draw filled/outlined squares and a new primitive Line.
You can see what gizmos are here: https://docs.unity3d.com/ScriptReference/Gizmos.html
It would really be awesome to have the possibility to draw debugging shapes in top of everything with simple methods.
Gizmos actions shall be buffered and draw before the flip frame so they are on top of everything.
This can be added through a new interface to prevent breaking changes.
I think we shall add the option to draw filled/outlined squares and a new primitive Line.
You can see what gizmos are here: https://docs.unity3d.com/ScriptReference/Gizmos.html