febucci / unitypackage-custom-hierarchy

Unity package to help having a clearer Hierarchy view, organizing everything in a “tree view” and including extra informations like Components Icons and groups/divisors.
Other
607 stars 76 forks source link

Unity Package Manager support #1

Closed pdcprod closed 3 years ago

pdcprod commented 4 years ago

I love this package, thank you so much for creating it!

Generally, the code in this package does not need to be modified per project and it is much easier to update using the Unity Package Manager.

It is important to check the information that I added in the package.json because it has data that belongs to the author and his preferences.

I noticed that many repositories keep the package for building releases on master and have a specific branch to use with the Unity Package Manager (usually called upm). Maybe it is a good idea to satisfy different needs.