When I use an alembic in POP and plug it into a texture map POP, it get an error “Array attribute not supported.” Temp solution is to delete the existing tex attribute and let the texture map create a new one.
I assume this is related to “Alembic In POP - Changed Tex attribute to always be imported as a float3.” from the Release Notes.
Indeed, the Alembic file has the Tex attribute formatted as float[3], and it is incorrectly converted to float3[3], but I’ve fixed it to correctly convert that to float3. The fix will be in the next official build we release: 2025.31871+. Thanks for the report.