public static void Bar() { // defined in TestPlugin/plugin.json #if TEST_PLUGIN_INSTALLED TestPluginBehaviour.Foo(); #endif Debug.Log("Bar"); }
public static void Bar() { TestPluginBehaviour.Foo(); Debug.Log("Bar"); }