plyoung / Favourites

Unity Favourites Panel
The Unlicense
83 stars 15 forks source link

Unity Favourites Panel

This will add a new panel with a Tree View where you add categories and can drag-and-drop objects from the Hierarchy or Project panel into.

Technical Info

The favourites system's main asset file is saved next to the editor scripts, so that would be in \Assets\Favourites\Editor by default.

The list of favourite scene objects however are saved in an object in the scene since assets/prefabs can't reference objects in the scene. This object is tagged as editor only so it will not end up in your final builds. You will also notice that when you close the scene the favourite scene objects will disapear from the list of favourites. It will be back when you open the scene and did not delete the category the objects was under.

screenshot