Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LogImportWarning(string, Object)

Logs a warning message encountered during import.
Read time 1 minuteLast updated 13 days ago

Definition

public void LogImportWarning(string msg, Object obj = null)

Parameters

The warning message.

Optional Object that is targeted by the warning.

Remarks

Use this method to warn the user of a non-critical issue. This method outputs to the console. Traces in the console are linked to the asset.