A simple Unity Editor tool to track, pin, and drag-and-drop your recently selected objects. Useful in all workflows, and in combination with heirarchy, project, and inspectors.
- History: Tracks your last 50 selected items.
- Pinning: Lock important items to keep them handy.
- Drag & Drop: Drag items directly from the log to other windows.
- Copy path: Useful for quickly copying the filepath of selected assets in the project.
- Git Integration: Quickly
checkoutfiles, allowing you to quickly checkout and compare, fix, or restore files and resolve repository issues locally. Esspecially useful for checkout out scenes.
editor-window-demo.mp4
- Open
Window > Package Manager. - Click
+and select Add package from git URL.... - Enter:
https://github.com/SeanBud/UnitySelectionLog.git
- Download the repository.
- Drop the folder into your project's
Assetsdirectory.
Open the window via Window > Selection Log.
- Click to select.
- Double-click to open/focus.
- Lock icon to pin.
- Useful to revert or compare changes in scenes, assets, or files.
- Right-click for context menu (Git checkout, Copy path).