How do I get the same results as GUI.DrawTexture() gives in the game view but in the editor view instead?
Like this ^^^
The closest ive come is this ^ using Graphics.DrawTexture(), which is basically the same as GUI.DrawTexture()…
Im sure there is an easy solution to this, i just have no idea what it is…