Made InspectorCallable able to call the functions
This commit is contained in:
@@ -17,5 +17,6 @@ public class TestMonoBehaviour : MonoBehaviour
|
||||
|
||||
[InspectorCallable("Other Test button")] public void DontLogTestValue()
|
||||
{
|
||||
Debug.Log("Test");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user