unity-reference-checker
unity-reference-checker copied to clipboard
Unity Automatic API updates
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);
}
}
}