intentor / shortcuter

Shortcut utility for Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shortcuter

Simple shortcut utility for Unity

Currently the project is DISCONTINUED. However, feel free to fork it and continue its development!

Unity Asset Store Donate

Contents

  1. Introduction
  2. Features
  3. Quick start
  4. Notes
  5. Changelog
  6. Support
  7. License

Introduction

Shortcuter is an easy to use simple shortcut utility for Unity.

It features a dockable window which can be configured with shortcuts to most frequently used scenes and project objects.

Compatible with Unity 5 and 4.

Features

  • Quick access to your most used scenes and objects from a dockable window.
  • Easy to use toggle based interface to select shortcuts.
  • Configure shortcuts for most common Unity objects (Scenes, Scripts, Prefabs and more).
  • Create shortcuts for custom objects.
  • Persistent shortcuts data.

Quick start

1. Open Shortcuter by going to Window/Shortcuter or by using the keyboard shortcut (CTRL + ALT + S on Windows and CMD + OPTION + S on Mac).

01

2. When opening the Shortcuter window for the first time, no shortcuts are available. Click on Edit shortcuts to bring the shortcuts editor.

02

Hint: at any moment, you can also open the shortcuts editor by accessing the Shortcuter window context menu.

03

3. From the shortcuts editor, you can add as many shortcuts as you want based on types available on your project and also configure the quantity and title of the columns displayed on the Shortcuter window.

04

05

4. After selecting your most frequently used shortcuts, they'll be available on the Shortcuter window!

06

Notes

  1. The shortcuts data is stored at Editor Default Resources/Shortcuts.asset.
  2. Custom objects should inherit from UnityEngine.ScriptableObject in order to be available on the type selection popup.

Changelog

Please see CHANGELOG.txt.

Support

Found a bug? Please create an issue on the GitHub project page or send a pull request if you have a fix or extension.

You can also send me a message at support@intentor.com.br to discuss more obscure matters about Shortcuter.

License

Licensed under the The MIT License (MIT). Please see LICENSE for more information.

About

Shortcut utility for Unity

License:Other


Languages

Language:C# 100.0%