LogImportWarning(string, Object)
Logs a warning message encountered during import.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.AssetImporters
- Assembly: UnityEditor
public void LogImportWarning(string msg, Object obj = null)
Parameters
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.