LogWarning(string, Object)
Logs an import warning to the console.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public void LogWarning(string warning, Object context)
Parameters
Remarks
Pass an asset as the second argument to link the warning to the asset in the editor.
Additional Resources: Debug.LogWarning.