Custom Attributes

Can someone confirm if custom attributes work (or not) in Unity. For example, I want to create my own attribute on a class (as outlined in this link):

http://msdn.microsoft.com/en-us/library/aa288454(VS.71).aspx

And then check for it using GetCustomAttributes

Custom attributes work fine in Unity - I’ve used them myself a few times.