Hi,
In unity we can have variables with multiple vales called vectors. A good example of a vectors use is a Vector4 for a RGBA color value. (fff,000,fff,fff)
Vector 4 can be handy for designing UI's, every button can have its X,Y,Width,Height all in one convent package.
I have a feeling this would be a very popular plugin.