Texture not showing up on Android

I bumped in the same issue, using such things :slight_smile: Here: NestedBoxesGeometry
It works well on PC, but fails on my Android phone. Inspecting the console messages of the respective codepen gave me this: ERROR too many uniforms.
uniform mat4[${layers}] layerMatrix;
Reducing the number of elements (layers) from 100 to 30, made that codepen work on the phone.