You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debug.LogError($"Couldn't fetch compilation data; the format has probably changed. Please report a bug at <a href=\"{newIssueUrl}\">{newIssueUrl}</a> and include the package + Unity version.\n"+e);
169
+
Debug.LogError($"Couldn't fetch compilation data; the format has probably changed. {bugReportString}\n{e}");
166
170
returnnull;
167
171
}
168
172
}
169
173
174
+
privatestaticreadonlystringbugReportString=$"Please report a bug at <a href=\"{newIssueUrl}\">{newIssueUrl}</a> and include the package + Unity version.";
0 commit comments