Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ImportLog

Container class that holds the collection of logs generated by an importer during the import process.
Read time 4 minutesLast updated 9 days ago

Definition

[ExcludeFromObjectFactory]public sealed class ImportLog : Object

Remarks

Properties

Property

Description

logEntriesReturns the collection of import log entries.

Structs

Struct

Description

ImportLog.ImportLogEntryRepresents a log generated by an importer during the import process. Additional Resources: AssetImportContext.LogImportError, AssetImportContext.LogImportWarning

Inheritance

Inherited Members

Operators

Operator

Description

operator ==Compares two object references to see if they refer to the same object.
boolDetermines whether the object exists.
operator !=Compares if two objects refer to a different object.