All Projects → acoppes → unity-history-window

acoppes / unity-history-window

Licence: MIT license
A simple selection history window for Unity.

Programming Languages

C#
18002 projects
shell
77523 projects

Projects that are alternatives of or similar to unity-history-window

unity-now
▲ Vercel Now plugin for Unity. Deploy WebGL builds with ease
Stars: ✭ 21 (-82.2%)
Mutual labels:  upm-package
LocalStorage
Configurable generic class for managing local data saved on device.
Stars: ✭ 24 (-79.66%)
Mutual labels:  upm-package
Useful-Softwares-Tools-list
List of useful Softwares, Tools, Plugins, Utilities (Online/Offline)
Stars: ✭ 22 (-81.36%)
Mutual labels:  plugins
fabric-history
Fabric.js history plugin
Stars: ✭ 91 (-22.88%)
Mutual labels:  plugins
wp-github-gos
利用 github api 实现的一个存储图片/附件的 wordpress 插件
Stars: ✭ 42 (-64.41%)
Mutual labels:  plugins
light-jpf
Lightweight Java Plugin Framework
Stars: ✭ 19 (-83.9%)
Mutual labels:  plugins
audit-log-plugin
Audit logging plugin for Jenkins based on Apache Log4j Audit
Stars: ✭ 19 (-83.9%)
Mutual labels:  plugins
eventcatalog
Discover, Explore and Document your Event Driven Architectures powered by Markdown.
Stars: ✭ 392 (+232.2%)
Mutual labels:  plugins
dm2
DM2 | cool Windows app - unique windows manager, open dialog enhancer and much more!
Stars: ✭ 93 (-21.19%)
Mutual labels:  plugins
entrepot
A list of free GitHub.com hosted WordPress plugins, themes & blocks
Stars: ✭ 29 (-75.42%)
Mutual labels:  plugins
ndslvim
专用于C-family和web前端开发的vim配置(其实通用性也还不错啦)
Stars: ✭ 14 (-88.14%)
Mutual labels:  plugins
awesome-medusajs
A curated list of awesome resources related to MedusaJS 😎
Stars: ✭ 113 (-4.24%)
Mutual labels:  plugins
beubo
Beubo is a free, simple, and minimal CMS with unlimited extensibility using plugins
Stars: ✭ 23 (-80.51%)
Mutual labels:  plugins
clappr-plugins
Main plugins for the Clappr project
Stars: ✭ 22 (-81.36%)
Mutual labels:  plugins
canorus
Canorus is a free cross-platform music score editor
Stars: ✭ 25 (-78.81%)
Mutual labels:  plugins
ck
Portable automation meta-framework to manage, describe, connect and reuse any artifacts, scripts, tools and workflows on any platform with any software and hardware in a non-intrusive way and with minimal effort. Try it using this tutorial to modularize and automate ML Systems benchmarking from the Student Cluster Competition at SC'22:
Stars: ✭ 501 (+324.58%)
Mutual labels:  plugins
instant-apps
Your search box is now an app store! 🎉
Stars: ✭ 93 (-21.19%)
Mutual labels:  plugins
ink
The flexible TypeScript Markdown editor that powers https://octo.app
Stars: ✭ 82 (-30.51%)
Mutual labels:  plugins
Originer
🧳The package for Unity3d which makes it possible to automatically resolve UPM dependencies on projects located on Github
Stars: ✭ 31 (-73.73%)
Mutual labels:  upm-package
FieldsLinker
Designed for matching files headers to database fields during the process importing. Allows drawing links between elements of 2 lists
Stars: ✭ 18 (-84.75%)
Mutual labels:  plugins

Unity selected objects History Window

openupm

This plugin keeps a history of selected objects in Unity. It comes with a window to see the list of objects and interact with them with other behaviors like, for example, focus an previously selected object or even drag them to scene, project view, etc.


Install it from OpenUPM

This package can be installed using OpenUPM, just click here openupm for more details.

Install from Git URL

You can also install it by opening Unity Package Manager and selecting add package from git URL and add this https://github.com/acoppes/unity-history-window.git#1.1.2, Or add it manually to the manifest.json. Check the latest released version.

Features

  • Stores history of selected objects (custom count), both assets and scene objects (optional)
  • Drag objects from the window to Scene, Hierarchy, Project or Inspector (alt/option key pressed)
  • Keeps tracks for selection from unloaded scenes (optional)
  • Select (left click) or ping/focus objects without losing selection (right click).
  • Quick menu options to customize behavior.
  • Favorite items to Favorites window (optional)

Roadmap

  • Add more icons to show visually actions like ping, select and drag.

As extra, it comes with a another window to keep track of a list of favorite assets and easily access them.

Dragging from window to inspector


Dragging from window to scene


Quick options to override behavior


Favorites Window

This window keeps a list of favorite items, similar to searches but specific objects instead. It works in synergy with selection history window.


Features

  • Keep your list of most used or important assets at hand.
  • Drag assets directly to window to favorite them.
  • Stores favorites for project in custom asset (can be ignored in SCM or shared with other devs).
  • Drag objects from the window to Scene, Hierarchy, Project or Inspector (alt/option key pressed)

Roadmap

  • Filters by type of asset (textures, text, etc).
  • Adding/Remove tags to favorite assets.
  • Filters by tags.
  • Menu options to customize behavior.

Collaborate

Feel free to fork the project and make modifications for yourself or to share by creating pull requests. Also, create issues for feature requests or bug reports if you want to help improving this plugin, thanks!

Contact


@arielsan

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].