I try to a make shader that deals with 9 different textures (File.texture), but it seems to me, that there is a limitation of the TEXCOORD definition to a maximum of 8 texture-coordinates.
What can I do to use 9 (or more) textures in one shader?
Thanks.