Hi Animax, I haven't tested the script but here is a hint at first glance. It could be wrong, but worth testing: I guess problem is findItem. If it doesn't find the item in the array it returns a 0. But you use the result of that findItem as array index minus 1 [yy-1] and [zz-1]. So if findItem fails, the result is 0, and…
Hey guys, I am working on a script which queries for bitmaps in all DX Shaders in a multi-sub material.Here is what i have done so far.Where i am halting is, when i am querying the bitmap filename and trying to put in an array. I am not able to figure what's the problem.It keeps on throwing an error of array being not…