Double click preset asset to build a plugin, package, or player. More...
Classes | |
| class | PackageMaker |
| Store settings to export an asset package when double click this asset. More... | |
| class | PlayerMaker |
| Store settings to build a player when double click this asset. More... | |
| class | PluginMaker |
| Store settings to compile C# scripts to a dll plugin when double click this asset. More... | |
| class | ReorderableListExpander |
Helper to make UnityEditorInternal.ReorderableList more friendly. More... | |
| class | TreeNode |
Item node to show and select in a TreeView window, optional to include child nodes. More... | |
| class | TreeView |
Show specified root TreeNode with children for selecting multiple custom items. More... | |
| class | EditrixGUI |
| Include some convenient methods for editor GUI. More... | |
| class | EditrixStyle |
| Extend editor GUI style, and include some premade icons or styles. More... | |
| class | EditrixUtility |
| Include some convenient methods for editor or asset operation. More... | |
| class | MenuExtension |
Extension methods for UnityEditor.GenericMenu. More... | |
| class | FallbackPropertyDrawer |
Mechanism to make nested UnityEditor.CustomPropertyDrawer possible. More... | |
| class | EnumFlagAttribute |
UnityEngine.PropertyAttribute to multi-select flag mask enum by drop-down menu. More... | |
| class | FilePathAttribute |
UnityEngine.PropertyAttribute to set the file path by Drag'n'Drop or a selecting panel. More... | |
| class | ReorderableListAttribute |
UnityEngine.PropertyAttribute to Drag'n'Drop to reorder an array or list. More... | |
| class | IoUtility |
| Include some convenient methods to extend IO operation. More... | |
| class | LinqExtension |
| Extension methods for linq operation. More... | |
| class | TypeExtension |
Extension methods for System.Type. More... | |
Double click preset asset to build a plugin, package, or player.