You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Assets/Editor Toolbox/HOWTO.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,8 @@ public class IntDrawer : ToolboxTargetTypeDrawer
179
179
180
180
## Custom Editor
181
181
182
+
If you want to create a custom **UnityEditor.Editor** for your components and still use Toolbox-related features be sure to inherit from the **Toolbox.Editor.ToolboxEditor** class.
183
+
182
184
```csharp
183
185
usingUnityEditor;
184
186
usingUnityEngine;
@@ -216,6 +218,17 @@ public class SampleEditor : ToolboxEditor
0 commit comments