-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
# Selection History | ||
|
||
Selection History is an editor tool for keeping track of your selection history. | ||
This allows you to skip back/forward through your recently selected objects. | ||
Selection History keeps track of your editor selection history. | ||
It allows you to skip back/forward through your recently selected objects. | ||
|
||
Selection History is part of Unitility - a collection of small editor tools that enhances the everyday workflow with Unity. | ||
It works similar to your browser history or the back/forward function of your favorite IDE. | ||
|
||
# Unitility | ||
|
||
Unitility is a collection of small editor tools that enhances the everyday workflow with Unity. | ||
Selection History is the first package of the Unitility collection. | ||
More will follow in the near future... |