Yusuke57 / ProjectWindowHistory

Editor extension that allows Undo/Redo on Unity ProjectWindow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProjectWindowHistory

Overview

Editor extension that allows Undo/Redo on Unity ProjectWindow.

projectWindowHistory_demo

Features

  • You can trace the ProjectWindow display folder and search history by left-clicking the button.
  • You can check the history list by right-clicking the button, and jump to that history by selecting the item.
  • If you have multiple ProjectWindows open, store the history for each ProjectWindow.

Getting started

  1. Open Window > PackageManager
  2. Click the + button and select Add package from git URL...
  3. Enter the URL below and click Add button
https://github.com/Yusuke57/ProjectWindowHistory.git
image

Author

@yuji_ap: https://twitter.com/yuji_ap

About

Editor extension that allows Undo/Redo on Unity ProjectWindow

License:The Unlicense


Languages

Language:C# 100.0%