I can use the built-in icons in Unity for example like this:
iconToolbarRemoveAll = EditorGUIUtility.IconContent("d_winbtn_mac_close");
which gives me the red close button from OSX. But how can I use my own icons, for example an Icon that I have placed in my assets folder?
↧