How to delete a custom style from a GUISkin?

I have created a bunch of custom styles (on multiple skins, but that's a different story) in one skin in particular and as my knowledge of the UnityGUI and GUISkin has evolved, I no longer require as many custom styles. Short of creating a whole new GUISkin and only adding the newly required custom styles to it (A huge pain) .. is there a way to simply delete or remove the custom styles I no longer need?

Summary: How Do I delete a custom style from a Skin without start a whole new skin?

Thanks!

Ok, got it :D

  • To delete an element in an array just select the element and press SHIFT + DEL
  • To insert an element into an array select an exisiting element and press CTRL + D. That will duplicate the current element and insert it below the original.