What is the equivalent to doing PreviewRenderUtility in IMGUI.
Currently I’m using the IMGUContainer however I’m having trouble getting the window to repaint everyframe.
While looking for a solution to force repaint on the container, I ran into a topic about rendering a renderTexture to a UIElement, it made me wonder if some native solution that does what RenderUtility does exists.
If not, how do you refresh a IMGUContainer to repaint for stuff like a rotating quad.