Skip to content

rodrigoueda/com.rodrigoueda.favoriteslist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Favorites List

Credits

This package is a fork from the original BrokenVector/favorites-list repository.

The original plugin is also available in the Unity Assetstore.

Review video

Original plugin review video

You can check out the review to the original plugin here.

The two main changes from this version to the original are:

Installation

https://docs.unity3d.com/Packages/[email protected]/manual/index.html

{
    "dependencies": {
        "com.rodrigoueda.favoriteslist": "https://github.com/rodrigoueda/com.rodrigoueda.favoriteslist.git#1.0.0"
    }
}

Usage

To open the window, just navigate to Tools -> Favorites List.

The first time you open this window, press the button Create a Favorites List to create a new profile.

Create a Favorites List

After that, you can create additional profile pressing the "+" button. To alternate betweeen profiles, use the dropdown.

Create a Favorites List

Screenshot

Just drop your favorite objects onto the list. If you quickly want to access them, click on its button in the list and the object will be selected (and pinged).

The following objects are supported:

  • Folders
  • All assets / objects in the project view (like prefabs)
  • GameObjects So basically everything which is a UnityEngine.Object.

The search works exactly like the Unity search (type search supported). E.g. "t:Camera" gives you a list with GameObjects containing the Camera component.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages