'In Unity is there a way to render something simple during the frame?

In Unity is there a way to render something simple during the frame, instead of waiting until unity renders it?



Solution 1:[1]

If you are talking about rendering GL primitives, there is the GL class which can be called from OnRenderObject, OnPostRender or OnRenderImage.

But with a question this vague, it is impossible to give a more direct answer than that.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Yasahiro