Unity-Editor-Toolbox icon indicating copy to clipboard operation
Unity-Editor-Toolbox copied to clipboard

Tools, custom attributes, drawers, hierarchy overlay, and other extensions for the Unity Editor.

Results 17 Unity-Editor-Toolbox issues
Sort by recently updated
recently updated
newest added

class RootClass : ScriptableObject { public NestedClass childObj; } [Serializable] class NestedClass { [EditorButton(nameof(CallMyMethod))] public string testField; // Method here in nested class wont be called, but in the parent...

enhancement

We offen need to show/hide a field depends on other fields conditions more than one, with this commit we can do it like this: ![compound-condition](https://user-images.githubusercontent.com/17614861/168600969-04649281-eb10-42e9-a40d-5c2930a494e2.png)

enhancement

Removed ButtonActivityType and relevant implementations. Implemented a method name parameter instead so user can implement a custom logic to set the button interaction. I needed this so i could disable...

The `EditorButton` example shows placing a button before a field by annotating the field. https://github.com/arimger/Unity-Editor-Toolbox#toolboxdecoratorattributes Is there any way to place an attribute directly on a method? Similar to https://dbrizov.github.io/na-docs/attributes/drawer_attributes/button.html...

enhancement

I tried ` [ReorderableList(ListStyle.Round, "test", fixedSize: false)] [OnValueChanged(callbackMethodName: nameof(voidName))] ` and ` [NotNull,OnValueChanged(callbackMethodName: nameof(voidName))] ` Neither can coexist and work properly

enhancement
refactor

Just like unity default list style, i don't know how to do that. ![unity default](https://github.com/arimger/Unity-Editor-Toolbox/assets/59154139/61fc1d0b-921e-4790-9926-91c15241a48d) ![list is empty](https://github.com/arimger/Unity-Editor-Toolbox/assets/59154139/d3ce0fde-2ceb-4f03-a018-5e767e63c946) and i changed the position of list handle, make it more like...

enhancement

Hi! I have a feature request, is it possible to add tree view lines in Hierarchy? Like this ↓ https://assetstore.unity.com/packages/tools/utilities/qhierarchy-28577

enhancement

Hi, I'm back annoying you with yet another feature request that might be cool. This time I'm talking about enum categorization, it would be useful to have a way to...

enhancement

Hi, here with a new request. I think it would be useful to have a way to display UnityEvents with multiple parameters in the inspector without the need to create...

enhancement

Hi, it would be useful to be able to fold groups to keep everything in order

enhancement