Unbundle works for clusters, not an array of clusters as in your case. Your cluster turns into an array at the loop boundary due to the miracle of autoindexing.
You have never told us before that you want only one element of the array of means. See Jon's example below, it should suit your needs.