These squares are cut up as the full image of the number should be shown.
How could I also change the SubImage Index InVal and OutVal to accomodate for the 16 points of the 4x4 subUVTexture rather than an incorrect In and Out Value of 0.75 and 3.01 which works for the 2x2?
Make sure that you have set the Correct Row and Column settings in the Required Module, but for the Out Value of Point 1, you would want it to be equal to Number of frames-1 (since frame 1 is actually stored as 0). So in your example you have a total of 16 frames so the Out Value should be 15.
I have horizontal and vertical both set to 4 but it only seems that the same images are being repeated. Are they matching up to the 256x256 squares correctly? 16 of them are forced into a 1024x1024 material/image
The In Value represents over the life of the particle so 0 would be birth and 1 would represent death of the particle, this means that you would only need two points to have the flipbook to play out over the life of the particle.
I am confused…so the only thing I need to change from a 2x2 to a 4x4 is the horizontal to 4 and the vertical to 4, but keep the in and out values the same (still only two points)?
The In Value does not seem to be altering the particle lifetime, when I have lifettime set in the emitter as a variable
Ah, so In Value would represent the set value for the lifetime, and Out Value is some index or array of the frames? It just did not make sense to me why the Out Value of the docs had to be 3.01 until right now. Thank you, all 16 tiles are now up and running!