Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wooshiidev/unity-folder-icons
Lightweight Unity Utility adding coloured folders and icons to your project window
https://github.com/wooshiidev/unity-folder-icons
unity unity3d
Last synced: about 4 hours ago
JSON representation
Lightweight Unity Utility adding coloured folders and icons to your project window
- Host: GitHub
- URL: https://github.com/wooshiidev/unity-folder-icons
- Owner: WooshiiDev
- License: mit
- Created: 2021-01-19T01:38:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-23T07:24:46.000Z (almost 3 years ago)
- Last Synced: 2024-08-02T05:13:23.834Z (3 months ago)
- Topics: unity, unity3d
- Language: C#
- Homepage:
- Size: 154 KB
- Stars: 122
- Watchers: 4
- Forks: 14
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Unity-Folder-IconsLightweight Unity Utility adding coloured folders and icons to your project window
About •
Installation •
Features •
Support •
License
## AboutA small extension for unity adding custom folder textures and overlay icons. This came about after discussing the limitations of what Unity already provides in terms of customisation in it's Editor.
Some of the code does need refined/seperated (more so for future additions), and there are many, many features I'd like to personally add and see improved when I work on this.
## Installation
Releases • Unity Package • ZipFolderIcons can also be installed directly through the git url
```
https://github.com/WooshiiDev/Unity-Folder-Icons.git
```**Note:**
If installed through git, to access the premade folder textures, there will be an import sample button in the package manager.
After imported, the textures will have their alpha transparency off and will need to be turned on manually.
A fix for this will be applied soon.
## Features
Currently, Folder Icons primary features are:
### Folder Custom Textures/Icons
Project Folders can have custom icons and textures applied through the Folder Icons ScriptableObject.
You can add and remove folders from the list displayed at the top of the settings.
### Flat Texture Creator
Generally, you don't want folders to be noisey or overly messy. Directories need to be clean and appealing to look at.
The texture creator, will take in a texture, and apply a custom colour to all visible pixels in respect to the alpha. These textures can then be saved and used for folders or icons.
## Support
If you ever come across any issues please feel free to report to the [Issues](https://github.com/WooshiiDev/Unity-Folder-Icons/issues) page on this repository. All feedback is appreciated, and will be
taken on board for any future updates.## License
MIT License
https://github.com/WooshiiDev/Unity-Folder-Icons/blob/main/LICENSE