Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunomikoski/UnityHistoryPanel
Photoshop Like History panel with shortcut navigation
https://github.com/brunomikoski/UnityHistoryPanel
Last synced: 1 day ago
JSON representation
Photoshop Like History panel with shortcut navigation
- Host: GitHub
- URL: https://github.com/brunomikoski/UnityHistoryPanel
- Owner: brunomikoski
- License: mit
- Created: 2020-07-29T20:22:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-08T11:53:46.000Z (3 months ago)
- Last Synced: 2024-11-09T22:42:13.980Z (2 days ago)
- Language: C#
- Size: 202 KB
- Stars: 38
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.MD
- License: LICENSE
Awesome Lists containing this project
README
# Unity Editor History panel
## Features
- Don't need to be focuses to get shortcuts, just open and keep with something, like inspector
- Keep history between Editor / Playtime## How to use
1. Just open by `Tools/History/Open History`
2. I recommend setting up shortcuts between `Go Back` and `Go Forward` using the Unity Shortcut Menu:
![wizard](/Documentation~/shortcuts-settings.png)## System Requirements
Unity 2018.4.0 or later versions## How to install
Add from OpenUPM | via scoped registry, recommended
This package is available on OpenUPM: https://openupm.com/packages/com.brunomikoski.editorhistorypanel
To add it the package to your project:
- open `Edit/Project Settings/Package Manager`
- add a new Scoped Registry:
```
Name: OpenUPM
URL: https://package.openupm.com/
Scope(s): com.brunomikoski
```
- click Save
- open Package Manager
- click +
- select Add from Git URL
- paste `com.brunomikoski.editorhistorypanel`
- click AddAdd from GitHub | not recommended, no updates :(
You can also add it directly from GitHub on Unity 2019.4+. Note that you won't be able to receive updates through Package Manager this way, you'll have to update manually.
- open Package Manager
- click +
- select Add from Git URL
- paste `https://github.com/brunomikoski/Animation-Sequencer.git`
- click Add