Unity version 6000.0.7f1
Load icons using EditorGUIUtility.IconContent(<ICON NAME>);
You can change script icon by file id
- Open meta file (ex.
*.cs.meta
) in Text Editor - Modify the line
icon: {instanceID: 0}
toicon: {fileID: <FILE ID>, guid: 0000000000000000d000000000000000, type: 0}
- Save and focus Unity Editor
All icons are clickable, you will be forwarded to description file.
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
---|---|---|---|---|---|---|---|---|---|
Original script author @halak