#pragma strict
var windowTexture : Texture;
function Start () {
}
function Update () {
GUI.DrawTexture(Rect(1,1,300,200), windowTexture);
}
Hey guys,
All i have is a skybox model and two cameras in the scene. I have no clue why my texture isnt drawing. Nothing at all shows up. What did I dooooo? :D
↧





