- Home /
Question by
waxx · Oct 01, 2013 at 01:44 PM ·
guirendertexture
Render RenderTexture in OnGUI
Hi. I'm having a problem of rendering something on top of OnGUI so I figured I rendered it to a renderTextuer and them somehow draw that texture on my screen with OnGUI.
Anyone know how to exactly do that in OnGUI? Is converting it to Texture2D the only choice? (won't that be slow?)
Comment
Your answer
Follow this Question
Related Questions
A node in a childnode? 1 Answer
Tracking Down GUI Errors 0 Answers
Text To Texture/Image 1 Answer
C# Applying Transparency to a Single GUI.Button 1 Answer
EditorGUI and method create 0 Answers