Unity IMGUI Editor Utilities
Unity IMGUI Editor utilities for Unity 2022.3 LTS or higher.
com.audune.utils.unityeditor 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/unityeditor.git README Markdown
Copy this to your project's README.md
## Installation
Add **Unity IMGUI Editor Utilities** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/unityeditor.git
```
[](https://www.pkglnk.dev/pkg/unityeditor)Used By (4)
README
Audune Unity IMGUI Editor Utilities
Enhance your IMGUI-based editors and property drawers with extension methods and utilities.
Features
- Extension methods for
EditorGUIandEditorGUILayoutto draw multiple properties, an array of properties, children of properties, and inline object references. Draw popups and dropdowns for items, generic menus, enum flags and customized search tree views. Easily position aRectin the editor with its extension methods. - Build a
ReorderableListwith a useful factory class, optionally with an add dropdown button.
Installation
Installing from the OpenUPM registry
To install this package as a package from the OpenUPM registry in the Unity Editor, use the following steps:
- In the Unity editor, navigate to Edit ⺠Project Settings... ⺠Package Manager.
- Add the following Scoped Registry, or edit the existing OpenUPM entry to include the new Scope:
Name: package.openupm.com
URL: https://package.openupm.com
Scope(s): com.audune.utils.unityeditor
- Navigate to Window ⺠Package Manager.
- Click the + icon and click Add package by name...
- Enter the following name in the corresponding field and click Add:
com.audune.utils.unityeditor
Installing as a Git package
To install this package as a Git package in the Unity Editor, use the following steps:
- In the Unity editor, navigate to Window ⺠Package Manager.
- Click the + icon and click Add package from git URL...
- Enter the following URL in the URL field and click Add:
https://github.com/audunegames/unityeditor-utils.git
License
This package is licensed under the GNU LGPL 3.0 license. See LICENSE.txt for more information.
No comments yet. Be the first!