unity-reference-checker icon indicating copy to clipboard operation
unity-reference-checker copied to clipboard

Unity Automatic API updates

Open dustinfreeman opened this issue 7 years ago • 0 comments

What version of Unity are you using?

When I open this in 2017.3.1f1, it asks to make the API update:

 private static void BuildAndPrintLog(Component c, FieldInfo info) {
             string log = BuildLog(c, info);
-            Debug.logger.LogFormat(Settings.GetLogSeverity(), log);
+            Debug.unityLogger.LogFormat(Settings.GetLogSeverity(), log);
         }
     }
 }

dustinfreeman avatar May 15 '18 21:05 dustinfreeman