https://github.com/audunegames/unityeditor-utils
Enhance your IMGUI-based editors and property drawers with extension methods and utilities.
https://github.com/audunegames/unityeditor-utils
editor unity utilities
Last synced: about 2 months ago
JSON representation
Enhance your IMGUI-based editors and property drawers with extension methods and utilities.
- Host: GitHub
- URL: https://github.com/audunegames/unityeditor-utils
- Owner: audunegames
- License: lgpl-3.0
- Created: 2023-04-27T10:00:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-27T18:14:12.000Z (5 months ago)
- Last Synced: 2024-12-27T18:22:45.123Z (5 months ago)
- Topics: editor, unity, utilities
- Language: C#
- Homepage:
- Size: 159 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Audune Unity IMGUI Editor Utilities
[](https://openupm.com/packages/com.audune.utils.unityeditor/)
Enhance your IMGUI-based editors and property drawers with extension methods and utilities.
## Features
* Extension methods for `EditorGUI` and `EditorGUILayout` to 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 a `Rect` in the editor with its extension methods.
* Build a `ReorderableList` with 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.