This version of Unity is unsupported.

ImportLogEntry

struct in UnityEditor.AssetImporters

Description

Represents a log generated by an importer during the import process. See Also: AssetImportContext.LogImportError, AssetImportContext.LogImportWarning

Properties

contextThe object that caused the log to be generated.
fileThe file in which the log occured.
flagsThe severity of the log entry.
lineThe line of code at which the log occured.
messageThe message of the log.