unity

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PLATFROM_BUILD_MESSAGE = `={2,3}\s.*`
	PROGRESS_BAR           = `DisplayProgressbar:\s.*`
	SCRIPT_COMPILATION     = `\[ScriptCompilation\]\s.*`
	EXITING_BATCHMODE      = `Exiting\sbatchmode.*`
)
View Source
const (
	DOTENVFILE      = `DotEnvFile\s.*`
	DOTENV_OVERRIDE = `DotEnv\soverride.*`
	DOTENV_CONTAINS = `DotEnv\sfile\scontains:`
)
View Source
const (
	LICENSE_CLIENT = `[LicensingClient|Licensing::Module|]\s.*`
	LICENSE_SYSTEM = `LICENSE\sSYSTEM.*`
)
View Source
const (
	ERROR_MATCHER = `(.*)(\(\d+,\d+\)):\serror\s([A-Z0-9]+):\s(.*)`
	ABORT         = `Aborting\sbatchmode\sdue\sto\sfailure:`
	EXCEPTION     = `(.*)Exception:\s(.*)`
)
View Source
const (
	WARNING_MATCHER              = `(.*)(\(\d+,\d+\)):\swarning\s([A-Z0-9]+):\s(.*)`
	FIND_PLAYER_ASSEMBLY_WARNING = `Unable\sto\sfind\splayer\sassembly:.*`
	UNITY_WARNING                = `Warning!\s.*`
)
View Source
const (
	FINISHED_ILPOSTPROCESSOR_MATCHER = `-\sFinished\sILPostProcessor\s'(.*)'\son\s(.*)\sin\s(.*)\sseconds`
)
View Source
const (
	FINISHED_SCRIPT_COMPILE_MATCHER = `-\sFinished\scompile\s(.*)\sin\s(.*)\sseconds`
)
View Source
const (
	IMPORT_ASSET_MATCHER = `Done\simporting\sasset:\s'(.*)'\s\(target\shash:\s'([a-zA-Z0-9]+)'\)\sin\s(.*)\sseconds`
)
View Source
const (
	REMOTE_ASSET_CACHE_MATCHER = `RemoteAssetCache\s-\s.*\s-\ssuccess:(true|false),\s.*key:([a-zA-Z0-9]+)\s.*extension:'(.*)',\stime\selapsed:\s(.*)\sseconds`
)

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildProcessParser

type BuildProcessParser struct {
	// contains filtered or unexported fields
}

func NewBuildProcessParser

func NewBuildProcessParser() *BuildProcessParser

func (*BuildProcessParser) Match

func (parser *BuildProcessParser) Match(line string, reader *bufio.Reader) bool

type DotEnvParser

type DotEnvParser struct {
	// contains filtered or unexported fields
}

func NewDotEnvParser

func NewDotEnvParser() *DotEnvParser

func (*DotEnvParser) Match

func (parser *DotEnvParser) Match(line string, reader *bufio.Reader) bool

type EditorParser

type EditorParser struct {
	// contains filtered or unexported fields
}

func NewEditorParser

func NewEditorParser() *EditorParser

func (*EditorParser) Match

func (parser *EditorParser) Match(line string, reader *bufio.Reader) bool

type ErrorParser

type ErrorParser struct {
	// contains filtered or unexported fields
}

func NewErrorParser

func NewErrorParser() *ErrorParser

func (*ErrorParser) Match

func (parser *ErrorParser) Match(line string, reader *bufio.Reader) bool

type FinishedILPostProcessor

type FinishedILPostProcessor struct {
	// contains filtered or unexported fields
}

func NewFinishedILPostProcessor

func NewFinishedILPostProcessor() *FinishedILPostProcessor

func (*FinishedILPostProcessor) Match

func (parser *FinishedILPostProcessor) Match(line string, reader *bufio.Reader) bool

type ImportAssetParser

type ImportAssetParser struct {
	// contains filtered or unexported fields
}

func NewImportAssetParser

func NewImportAssetParser() *ImportAssetParser

func (*ImportAssetParser) Match

func (parser *ImportAssetParser) Match(line string, reader *bufio.Reader) bool

type RemoteAssetCacheParser

type RemoteAssetCacheParser struct {
	// contains filtered or unexported fields
}

func NewRemoteAssetCacheParser

func NewRemoteAssetCacheParser() *RemoteAssetCacheParser

func (*RemoteAssetCacheParser) Match

func (parser *RemoteAssetCacheParser) Match(line string, reader *bufio.Reader) bool

type ScriptCompiledParser

type ScriptCompiledParser struct {
	// contains filtered or unexported fields
}

func NewScriptCompiledParser

func NewScriptCompiledParser() *ScriptCompiledParser

func (*ScriptCompiledParser) Match

func (parser *ScriptCompiledParser) Match(line string, reader *bufio.Reader) bool

type WarningParser

type WarningParser struct {
	// contains filtered or unexported fields
}

func NewWarningParser

func NewWarningParser() *WarningParser

func (*WarningParser) Match

func (parser *WarningParser) Match(line string, reader *bufio.Reader) bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL