Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ImportLog.ImportLogEntry

Represents a log generated by an importer during the import process. Additional Resources: AssetImportContext.LogImportError, AssetImportContext.LogImportWarning
Read time 1 minuteLast updated 10 days ago

Definition

public struct ImportLog.ImportLogEntry

Fields

Value

Description

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.

Properties

Property

Description

contextThe object that caused the log to be generated.