From 0bfa3c92de79393cf5ee76e8b3dfe2489f62a913 Mon Sep 17 00:00:00 2001 From: Ivan Gadzhega Date: Fri, 10 Jun 2016 23:56:11 +0300 Subject: [PATCH] Update README.md --- README.md | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index fd705f5..46076e5 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,9 @@ 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 @@ -15,17 +12,27 @@ From the main menu select **Edit -> Rainbow Folders Settings**, then take a look 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.