ImportLogEntry

struct in UnityEditor.AssetImporters

Description

Represents a log generated by an importer during the import process. Additional resources: 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.

Did you find this page useful? Please give it a rating: