neon-age / Smart-Hierarchy

Human-friendly hierarchy for Unity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smart Hierarchy for Unity

Brings intuitive features and important visual elements in the right place.
Focused on solving most pain points and improving overall Unity workflow.

📝 Changelog🗺 Roadmap💬 Discussions📚 Wiki

Socials

twitter
discord online

join discord

Installation

Requires Unity 2019.4 or higher.

Add from OpenUPM | via scoped registry or package installer, recommended

 To add a package via scoped registry:

  • Open Edit/Project Settings/Package Manager
  • Add a new Scoped Registry:
    Name: OpenUPM
    URL:  https://package.openupm.com/
    Scope(s): com.av
    
  • Open Window/Package Manager
  • Click +
  • Add from Git URL
  • com.av.smart-hierarchy Add
Add from GitHub | not recommended, no updates
  • Open Window/Package Manager
  • Click +
  • Add from Git URL
  • https://github.com/neon-age/Smart-Hierarchy.git #branch-name Add

 Note that you won't be able to receive updates through Package Manager this way, you'll have to update manually.

Customization is available in Preferences > Workflow > Smart Hierarchy.

Features

Icons

Icons

Most important components are shown to help you orientate visually.
Types Priority can be defined in Preferences.

Collections

Collections

Collection is used to organize game-objects in Editor.
Unlike game-object parent, it does not affect runtime transform hierarchy.

Activation Toggle

Activation Toggle

Lets you (de)activate game-objects while keeping your selection.

Hover Preview

Hover Preview

And more...

Donation? 💊

No idea how I can receive them in the current situation.

About

Human-friendly hierarchy for Unity.

License:MIT License


Languages

Language:C# 97.6%Language:ShaderLab 2.4%