Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

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

Style
Preview
pkglnk installs badge
## 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
```

[![pkglnk](https://www.pkglnk.dev/badge/hierarchy-selector.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/hierarchy-selector)

README

Hierarchy Selector for Unity

Unity Version License: MIT

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)

  1. Open Window > Package Manager
  2. Click +Add package from git URL
  3. 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

  1. Right-click on any GameObject in the hierarchy
  2. Select Hierarchy Selector > Configure
  3. Customize appearance in the opened window
  4. 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.

Comments

No comments yet. Be the first!