That makes sense. I naively just created a sphere game object in the Unity editor and assumed it would work. It looks right with a single texture. :)
The import process set the material tiling to (0.25,0.5) for the eight tiles, but then I only saw the first (1001) texture on the sphere. That's why I ...