Class BuildProcessConstants
- Namespace
- CodeBase.ForBuildAssistant
- Assembly
- 4Experience.CodeBase.ForBuildAssistant.Editor.dll
public static class BuildProcessConstants
- Inheritance
-
BuildProcessConstants
Fields
ANDROID_OUTPUT_EXTENSION
public const string ANDROID_OUTPUT_EXTENSION = ".apk"
Field Value
- string
ASSISTANT_EDITOR_ROOT
public const string ASSISTANT_EDITOR_ROOT = "File/4Build Assistant"
Field Value
- string
public const string BUILD_ACTION_CONTEXT_MENU_CATALOG = "4Experience/CodeBase/Build Process/Build Actions/"
Field Value
- string
BUILD_ALL_DEPLOYMENT_VALUE
public const string BUILD_ALL_DEPLOYMENT_VALUE = "ALL"
Field Value
- string
BUILD_FAILED_CODE
public const int BUILD_FAILED_CODE = 700
Field Value
- int
public const int BUILD_PROJECT_SETTINGS_CONTEXT_MENU_ORDER = -30
Field Value
- int
BUILD_SUCCESS_CODE
public const int BUILD_SUCCESS_CODE = 0
Field Value
- int
BUILD_TARGET_FLAG
public const string BUILD_TARGET_FLAG = "-buildTarget"
Field Value
- string
BUILD_UNKNOWN_ERROR_CODE
public const int BUILD_UNKNOWN_ERROR_CODE = 799
Field Value
- int
public const int BUILD_VARIANT_CONTEXT_MENU_ORDER = -15
Field Value
- int
public const string CONTEXT_MENU_CATALOG = "4Experience/CodeBase/Build Process/"
Field Value
- string
DEFAULT_BUILD_RESULT_FOLDER_NAME
public const string DEFAULT_BUILD_RESULT_FOLDER_NAME = "LastBuild"
Field Value
- string
DEFAULT_SCENES_FOLDER_PATH
public const string DEFAULT_SCENES_FOLDER_PATH = "Assets/Scenes"
Field Value
- string
DEPLOYMENT_FLAG
public const string DEPLOYMENT_FLAG = "-deployTarget"
Field Value
- string
ERROR_LOG_PREFIX
public const string ERROR_LOG_PREFIX = "[ERROR]"
Field Value
- string
LINUX6_OUTPUT_EXTENSION
public const string LINUX6_OUTPUT_EXTENSION = ".x86_64"
Field Value
- string
LOG_PREFIX
public const string LOG_PREFIX = "[4EXP_JENKINS_UNITY] "
Field Value
- string
NO_ACTIVE_SCENES_IN_BUILD_SETTINGS_CODE
public const int NO_ACTIVE_SCENES_IN_BUILD_SETTINGS_CODE = 704
Field Value
- int
NO_BUILD_VARIANTS_CODE
public const int NO_BUILD_VARIANTS_CODE = 702
Field Value
- int
NO_PROJECT_BUILD_CONFIGURATION_CODE
public const int NO_PROJECT_BUILD_CONFIGURATION_CODE = 701
Field Value
- int
NO_SCENES_IN_BUILD_SETTINGS_CODE
public const int NO_SCENES_IN_BUILD_SETTINGS_CODE = 703
Field Value
- int
NULL_BUILD_VARIANT_CODE
public const int NULL_BUILD_VARIANT_CODE = 705
Field Value
- int
OUTPUT_PATH_FLAG
public const string OUTPUT_PATH_FLAG = "-outputPath"
Field Value
- string
public const string PLATFORM_SETTINGS_CONTEXT_MENU_CATALOG = "4Experience/CodeBase/Build Process/Platform Settings/"
Field Value
- string
public const int REPORTER_CONTEXT_MENU_ORDER = -29
Field Value
- int
public const string TOOL_NAME = "4Build Assistant"
Field Value
- string
WINDOWS_OUTPUT_EXTENSION
public const string WINDOWS_OUTPUT_EXTENSION = ".exe"
Field Value
- string