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