Over 11,000 five-star assets
Rated by 85,000+ customers
Supported by 100,000+ forum members
Every asset moderated by Unity
Unity Version | Built-in | URP | HDRP |
---|---|---|---|
2021.3.10f1 | Compatible | Compatible | Compatible |
2021.3.16f1 | Compatible | Compatible | Compatible |
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)
- Nested members (e.g. transform.localPosition)
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 methods.
Editor now is interface based and you no longer need placeholder dll.
With AudioPlayer play 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.
With Converter converts type in easy way.
Easy Toolset
