Hierarchy Selector
Customize GameObject appearance in the Unity hierarchy window with colors, text formatting, icons, gradients, and badges. Right-click any GameObject to configure its visual style, which persists across sessions. Includes copy/paste style functionality and supports bold, italic, font sizes, prefixes, suffixes, and multiple badge types.
com.bread-thief.hierarchy-selector 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/hierarchy-selector.git README Markdown
Copy this to your project's README.md
## Installation
Add **Hierarchy Selector** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/hierarchy-selector.git
```
[](https://www.pkglnk.dev/pkg/hierarchy-selector)README
Hierarchy Selector for Unity
A powerful Unity Editor extension that allows you to customize the appearance of GameObjects in the hierarchy window.
✨ Features
- 🎨 Custom Colors - Set text and background colors
- 🏷️ Text Formatting - Bold, italic, font size, alignment
- 📛 Prefix/Suffix - Add custom text before/after object names
- 🖼️ Custom Icons - Replace default hierarchy icons
- 🌈 Gradient Backgrounds - Horizontal, vertical, diagonal gradients
- 🏅 Badges - Various badge types (circle, square, triangle, diamond, star)
- 📋 Copy/Paste Styles - Copy style from one object to another
- 💾 Persistent Storage - Styles saved between Unity sessions
📦 Installation
Via Package Manager (UPM)
- Open
Window > Package Manager - Click
+→Add package from git URL - Copy and paste this URL:
https://github.com/bread-thief/hierarchy-selector.git
Manual
Clone or download this repository and copy the contents to your Unity project's Assets/ folder.
Alternative: Add to manifest.json
Add this to your Packages/manifest.json:
"com.bread-thief.hierarchy-selector": "https://github.com/bread-thief/hierarchy-selector.git"
🚀 Usage
- Right-click on any GameObject in the hierarchy
- Select
Hierarchy Selector > Configure - Customize appearance in the opened window
- Click "Apply"
Available Menu Items
- Configure - Open customization window for selected GameObject
- Remove - Remove custom style from selected GameObject
- Remove All - Remove all custom styles
- Enable/Disable All - Toggle all customizations
- Copy Style - Copy style to clipboard
- Paste Style - Paste style from clipboard
🎨 Customization Options
Text Settings
- Text Color
- Bold/Italic
- Font Size (0-20)
- Alignment (Left/Center/Right)
- Custom Prefix/Suffix
Background Settings
- Color Mode: Solid color background
- Gradient Mode: Linear gradients (horizontal/vertical/diagonal)
- Image Mode: Custom background image
Icon & Badge
- Custom icon replacement
- Badge system with 5 shape types
- Custom badge colors
⚙️ Requirements
- Unity 2021.3 LTS or higher
- .NET 4.x / .NET Standard 2.1
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
No comments yet. Be the first!