Guest User

Untitled

a guest
Jun 24th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.21 KB | None | 0 0
  1.  
  2. //EXAMPLE
  3.  
  4.  
  5. yield return StartCoroutine ( wwwTexCacher.fetch(banner_name,512,256) );
  6.            
  7.                     if(wwwTexCacher.resultTexture != null){
  8.                         Debug.Log("we now have our texture");
  9.                         gotBanner = true;
  10.                     }
Add Comment
Please, Sign In to add comment