Publisher | Easy Extender |
---|---|
File size | 191.92kB |
Number of files | 34 |
Latest version | 1.0.0 |
Latest release date | 2022-12-15 10:37:11 |
First release date | 2022-12-15 10:37:11 |
Supported Unity versions | 2018.4.2 or higher |
Easy Inspector
Create Editor for MonoBehaviour or ScriptableObject within same script without writing external Editor class or falling into the attributes hell.
Inspect/Edit
In addition to SerializedFields you can also inspect and edit* following members:
- Private, Protected, NonSerialzied, Readonly, Constant Fields
- Properties
- Getter methods - Methods those have no parameter and have return type other than void (e.g. ToString, GetHashCode)
- Static members: Fields, Properties, Getter Methods
- Nested members (e.g. transform.localPosition)
Note: You can also inspect nested property of an interface member.
It allow you to easily group them in Horizontal, Vertical, Box and Foldout groups.
You can also Show/Hide or Enable/Disable controllers indivitually or all at once.
Adding Buttons to calling local or static methods.
Package also contains placeholder .dll for the whole Editor API that makes building the project much easier instead of wrapping every editor method withing the #if and #endif or adding the Condition attribute.
With AudioPlayer play 2d sound effects within any scene.
With GameEvents easily call listeners from multiple scenes.
With Math method shortcuts do the math.
with Random generator, make random values.