diff --git a/Runtime/Autopilot.cs b/Runtime/Autopilot.cs index 8251569..d9c0ece 100644 --- a/Runtime/Autopilot.cs +++ b/Runtime/Autopilot.cs @@ -72,7 +72,7 @@ private void Start() /// Default logger is that write to console. /// /// A new logger that write to console - protected virtual ILogger CreateDefaultLogger() + private static ILogger CreateDefaultLogger() { return Debug.unityLogger; }