Skip to content

Internal Icon Browser is a simple Editor Window that allows you to browse internal icons that are currently loaded.

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

GilpStudio/unity-internal-icon-browser

Repository files navigation

Internal Icon Browser

Internal Icon Browser is a simple Editor Window that allows you to browse internal icons that are currently loaded.

This tool is inspired by Unity Internal Icons (thanks to @p-groarke). It uses the same technique for finding internal icons but with the window layout rebuilt from scratch to improove usability.

Internal Icon Browser Window

Installation

This tool uses the new UPM system. The old copy-into-Assets method still works perfectly decent so if you don't want to bother with UPM just copy the files you want directly into your project.

To add this project, add a git dependency in your manifest.json:

    "studio.gilp.internal-icon-browser": "https://github.com/GilpStudio/unity-internal-icon-browser.git",

A "Tools/Internal Icon Browser" menu item should show up in the toolbar menu. Once the tool opens you can filter entries using the search field at the top. You can also double click any icon name to copy it to the clipboard.

Keep in mind that the tool will only find icons that are curently loaded. It should keep adding icons to the list while it is open.

Package structure

<root>
  ├── package.json
  ├── CHANGELOG.md
  ├── LICENSE.md
  ├── README.md
  └── Editor
      ├── GilpStudio.InternalIconBrowser.Editor.asmdef
      └── InternalIconBrowserWindow.cs

About

Internal Icon Browser is a simple Editor Window that allows you to browse internal icons that are currently loaded.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Packages

No packages published

Languages