↧
Answer by Seth Bergman
var myTextures GUITexture[] = new GUITexture[18]; // you could set these in the inspector. function Update(){ for(var i=0;i
View ArticleAnswer by buxton4life
A few tweaks on the above answer works perfectly! Thanks bro. var myTextures : GUITexture[] = new GUITexture[18]; function Update(){ for(var i=0;i
View Article