Skip to content

ErnSur/unity-editor-icons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Editor Icon Browser

Instalation

Supported Unity 2019.4+

  1. Open context menu: Window > Package Manager
  2. Click the âž•â–ľ in the top left and choose Add Package from git URL
  3. Enter https://github.com/ErnSur/unity-editor-icons.git and press Add

Icon Usage

Change Script Icon

You can change script icon using icons file id

  1. Open *.cs.meta in Text Editor
  2. Modify line icon: {instanceID: 0} to icon: {fileID: <FILE ID>, guid: 0000000000000000d000000000000000, type: 0}
  3. Save and focus Unity Editor

Use in IMGUI

You can load Icons below by using EditorGUIUtility.IconContent with the icon name. e.g., var content = EditorGUIUtility.IconContent("console.warnicon");

Icon Table

Click on an Icon to get its details.

Icons from Unity 2021.3.0f1

About

Icon Browser for Unity Editor

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%