☄️ you will save 10s of hours with this asset
☄️ instantly test your methods by calling them from the inspector, simply by adding [ProButton]
☄️ test method parameters directly in the inspector.
( float, int, string, boolean ... )
☄️ auto prints the return value of the method ( no more Debug.Log )
☄️ quickly build editor tools.
### Other Features ###
☄️ works for both Mono Behaviors and Scriptable Objects
☄️ supports static , public, private, internal methods.
☄️ source code included
### Advanced Options ###
☄ ability to create "Play mode only" inspector buttons which do not execute unless the unity editor is in play mode.
( avoid mistakes of calling methods that change your scene data while the unity editor is not playing )
### Important Note ###
Method parameters that appear in the inspector are temporary & their purpose is to quickly test different method inputs only. unity resets the values you set when:
☄ entering play mode
☄ code recompiles
☄ quitting scene
### Website ###
☄️ Manual
☄️ Support
### Upgrading the asset###
if you're upgrading from Inspector Button 1.x, then checkout the upgrade guide
https://cyborgassets.weebly.com/inspectorbutton200upgrade.html
###Upgrading from free version###
if you're upgrading from the free version, simply remove "Inspector Button Pro Free" folder in Unity & import this package