Skip to content

mminer/selection-history-navigator

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

Selection History Navigator

This is a Unity editor extension that adds web browser-style Back and Forward items to the Edit > Selection menu. These allow you to quickly re-select the game object or asset that you previously had selected.

Screenshot

Installing

Add the package to your project via UPM using the Git URL https://github.com/mminer/selection-history-navigator.git. You can also clone the repository and point UPM to your local copy.

Using

After clicking on a few game objects or assets, press command [ (macOS) or ctrl [ (Windows) to return to the previous selection.

After navigating backward, you can also navigate forward with command ] (macOS) or ctrl ] (Windows).