Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Borod4r authored Jun 10, 2016
1 parent a08b99f commit 0bfa3c9
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,37 @@

Have you ever thought about highlighting often used project folders? This simple but colorful asset allows you to do that!

With "Rainbow Folders" you can set custom icon for any folder in unity project browser.
With "Rainbow Folders" you can set custom icon for any folder in unity project browser:

##### Unity Free Look
![Browser window example](https://raw.githubusercontent.com/PhannGor/phanngor.github.io/master/RainbowFolders/preview_rainbow_folders.png)
##### Unity Pro Look
![Browser window example PRO](https://raw.githubusercontent.com/PhannGor/phanngor.github.io/master/RainbowFolders/preview_rainbow_folders_pro.png)
![Browser window example](https://raw.githubusercontent.com/PhannGor/phanngor.github.io/master/RainbowFolders/v0.2.1_01.png)

## Configuring folder icons

From the main menu select **Edit -> Rainbow Folders Settings**, then take a look at the Inspector.

There is reorderable list with few predefined "folder" items. You can modify existing items, remove them using "-" button or add new ones by clicking "+" button below.

![Rainbow folders inspector](https://raw.githubusercontent.com/PhannGor/phanngor.github.io/master/RainbowFolders/rainbow_folders_inspector.png)
![Rainbow folders inspector](https://raw.githubusercontent.com/PhannGor/phanngor.github.io/master/RainbowFolders/v0.2.1_02.png)


You can assign a custom icon to the folder using:
* Folder **Name** - icon will be applied to all folders with the same name
* Folder **Name** - name of the folder you want to change the icon for. Icon will be applied to all folders with the same name
* or folder **Path** - icon will be applied to a single folder. The path format: `Assets/SomeFolder/YourFolder`

Then you need to specify actually icons:
* **Small Icon** - your custom icon for the left panel of the project browser (16x16 px)
* **Large Icon** - your custom icon for the right panel of the project browser (64x64 px)

![Rainbow folders icons size](https://raw.githubusercontent.com/PhannGor/phanngor.github.io/master/RainbowFolders/rainbow_folders_icons_size.png)

Your changes will be applied next time when the project browser will retrieve the focus.

## Quick Colorize

You can also quickly colorize folders from context menu. To do so, right click on the folder in project browser, then select Rainbow **Folders -> Colorize -> Color**. Changes will be aplied immediately.

To reset the folder icon to default one, select **Rainbow Folders -> Colorize -> Revert to Default** from the same context menu.

![Rainbow folders inspector](https://raw.githubusercontent.com/PhannGor/phanngor.github.io/master/RainbowFolders/v0.2.1_03.png)

**Please Note:**

If you’re using “Two Column Layout” mode, then **perform colorizing on the folder in the right column** of the project view. Doing this from the left colum currently is not possible due to internal API limitations.

0 comments on commit 0bfa3c9

Please sign in to comment.