Skip to content

A simple class + custom property drawer that allows you to easily call functions with a button from the inspector without needing to make a custom Editor.

License

Notifications You must be signed in to change notification settings

mjholtzem/Unity-SimpleInspectorButton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity-SimpleInspectorButton

A simple class + custom property drawer that allows you to easily call functions with a button from the inspector without needing to make a custom Editor.

Example Usage

[SerializeField]
private SimpleInspectorButton testButton = new SimpleInspectorButton("TestMethod", "Do Test Method");
public void TestMethod()
{
    Debug.Log("Yay it works!!! :D");
}

About

A simple class + custom property drawer that allows you to easily call functions with a button from the inspector without needing to make a custom Editor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages