Easy Toolset


Set of tools and helpers that make scripting much easier.


by Easy Extender


Price History +

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.