UnityExtensions.SelectionHistory
Adds navigation menu items in Unity Editor: "Edit/Selection/Back", "Edit/Selection/Forward"
Install / Use
/learn @garettbass/UnityExtensions.SelectionHistoryREADME
UnityExtensions.SelectionHistory
Adds menu items to navigate back and forward in the Unity Editor, and handy back/forward buttons to the toolbar. Mouse buttons 3 & 4 are mapped to back and forward respectively.

Installation
Just clone this repo somewhere inside your Unity project's Assets folder.
$ cd Assets
$ git clone https://github.com/garettbass/UnityExtensions.SelectionHistory
API
Your code can invoke these methods if you want to programmatically navigate backward or forward through the selection history:
UnityExtensions.SelectionHistory.CanNavigateBackward();
UnityExtensions.SelectionHistory.NavigateBackward();
UnityExtensions.SelectionHistory.CanNavigateForward();
UnityExtensions.SelectionHistory.NavigateForward();
Related Skills
node-connect
338.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
338.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.6kCommit, push, and open a PR
