All Projects → rfadeev → pump-editor

rfadeev / pump-editor

Licence: MIT License
Collection of Unity editor helpers to boost productivity.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to pump-editor

SlnMerge
SlnMerge merges the solution files when generating solution file by Unity Editor.
Stars: ✭ 91 (+75%)
Mutual labels:  unity-editor
bgTools-playerPrefsEditor
Tool extension for the Unity Editor that enables easy access to the player preferences over a simple UI.
Stars: ✭ 70 (+34.62%)
Mutual labels:  unity-editor
LowPolyTerrainGenerator
Editor extension for Unity to create Low Poly Terrains
Stars: ✭ 13 (-75%)
Mutual labels:  unity-editor
TsukiSuite
A toolsuite created to make Unity development easier
Stars: ✭ 23 (-55.77%)
Mutual labels:  unity-editor
UnityTool Probability
A simple Editor can adjust the probability of items from Array
Stars: ✭ 37 (-28.85%)
Mutual labels:  unity-editor
unity-splines
Tool for making navigation bezier splines with points, events and bindings to colliders
Stars: ✭ 13 (-75%)
Mutual labels:  unity-editor
UniSymbol
【Unity】シンボルを簡単に定義できるエディタ拡張
Stars: ✭ 15 (-71.15%)
Mutual labels:  unity-editor
ScriptableObjectMultiSelectDropdown
Multi Select Dropdown for ScriptableObjects
Stars: ✭ 18 (-65.38%)
Mutual labels:  unity-editor
Unity-Visual-Behavior-Tree
Reactive Visual Scripting Behavior Tree Tool for Unity 2018.x+
Stars: ✭ 36 (-30.77%)
Mutual labels:  unity-editor
com.newblood.lightdata
Provides access to internal lighting APIs.
Stars: ✭ 49 (-5.77%)
Mutual labels:  unity-editor
ElementAnimationToolkit
A collection of Unity UIElements animation extension methods, new animated elements, and examples.
Stars: ✭ 51 (-1.92%)
Mutual labels:  unity-editor
Rosalina
Rosalina is a code generation tool for Unity's UI documents. It generates C# code-behind script based on a UXML template.
Stars: ✭ 57 (+9.62%)
Mutual labels:  unity-editor
UniHierarchyMenuCustomizer
Editor extension that allows you to customize the menu that appears when you right-click on Hierarchy.
Stars: ✭ 20 (-61.54%)
Mutual labels:  unity-editor
CheckVersion
Checks for Unity3D updates
Stars: ✭ 15 (-71.15%)
Mutual labels:  unity-editor
unity-json-editor
A JSON Editor in the inspector. Preview and more information in README🙂
Stars: ✭ 64 (+23.08%)
Mutual labels:  unity-editor
UnityEventDrawerEx
This plugin extends the UnityEventDrawer to display runtime calls in the inspector.
Stars: ✭ 57 (+9.62%)
Mutual labels:  unity-editor
iPhoneXSafeAreaDrawer
Unity エディタの Game ビューに iPhone X のセーフエリアを表示できるエディタ拡張
Stars: ✭ 20 (-61.54%)
Mutual labels:  unity-editor
PiRhoUtilities
A suite of UIElements based attributes, drawers, controls, and other helpers to expedite the creation of object inspectors without the need of additional custom editors
Stars: ✭ 70 (+34.62%)
Mutual labels:  unity-editor
hierarchy-icons
Unity extension to show component icons in the Hierarchy.
Stars: ✭ 47 (-9.62%)
Mutual labels:  unity-editor
PrefabEditor
You can edit Prefab which could not be edited much unless you place it on Scene.
Stars: ✭ 23 (-55.77%)
Mutual labels:  unity-editor

license openupm

Pump Editor

Collection of Unity editor helpers to boost productivity.

Installation

Install via Git

Project supports Unity Package Manager. To install project as Git package do following:

  1. Close Unity project and open the Packages/manifest.json file.
  2. Update dependencies to have com.rfadeev.pumpeditor package:
{
  "dependencies": {
    "com.rfadeev.pumpeditor": "https://github.com/rfadeev/pump-editor.git"
  }
}
  1. Open Unity project.

Alternatively, add this repository as submodule under Assets folder or download it and put to Assets folder of your Unity project.

Install via OpenUPM

The package is available on the openupm registry. It's recommended to install it via openupm-cli.

openupm add com.rfadeev.pumpeditor

How to use

Access Pump Editor editor windows via Unity toolbar: Window -> Pump Editor.

Features

Editor windows:

Shortcuts:

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].