Hola ! i try to create a series of images, but it comes out error, this is my code
#pragma strict
var images : Texture2D[5];
function OnGUI () {
for(var i=0;i
↧