Hi everyone, so i have a window created, and in the OnGUI i set the skin and at first when the app starts , the pop up window has the texture , but as soon as i focus on the window , the texture is gone , i have tried setting all sorts of different textures in the skin , but none seem to be fixing this issue.
And finally i solved this by just using a DrawTexture behind all the other elements.