|
|
@@ -20,7 +20,6 @@ namespace IllusionInjector |
|
|
|
|
|
|
|
public void OnApplicationStart() |
|
|
|
{ |
|
|
|
Debug.LogWarning($"OnApplicationStart Test Warning"); |
|
|
|
Invoke(plugin => plugin.OnApplicationStart(), "OnApplicationStart"); |
|
|
|
} |
|
|
|
|
|
|
@@ -37,8 +36,10 @@ namespace IllusionInjector |
|
|
|
try |
|
|
|
{ |
|
|
|
callback(plugin); |
|
|
|
#if DEBUG |
|
|
|
if (!string.IsNullOrEmpty(name)) |
|
|
|
Debug.LogWarning($"Executed {name} for plugin {plugin.Name}"); |
|
|
|
#endif |
|
|
|
} |
|
|
|
catch (Exception ex) |
|
|
|
{ |
|
|
|