エディターで扱うユーザービルド設定
activeBuildTarget | 現在アクティブなビルドのターゲット |
activeScriptCompilationDefines | コンパイラの DEFINE 命令 |
allowDebugging | 接続するソースレベルのデバッガーを有効にします。 |
androidBuildSubtarget | Android プラットフォームオプション |
androidCreateSymbols | Specifies the type of symbol package to create. |
androidETC2Fallback | ETC2 texture decompression fallback on Android devices that don't support ETC2. |
buildAppBundle | Set to true to build an Android App Bundle (aab file) instead of an apk. The default value is false. |
buildScriptsOnly | スクリプトのみをビルドするかどうか |
buildWithDeepProfilingSupport | Enables Deep Profiling support in the player. |
compressFilesInPackage | Compress files in package. |
connectProfiler | プロファイラーに接続してプレイヤーを開始します。 |
development | Development Build を有効にします。 |
explicitArrayBoundsChecks | Are array bounds actively validated? |
explicitDivideByZeroChecks | Are divide by zero's actively validated? |
explicitNullChecks | Are null references actively validated? |
exportAsGoogleAndroidProject | Export Android Project for use with Android Studio/Gradle. |
forceInstallation | エラーでもパッケージを強制的にインストール |
il2CppCodeGeneration | Specifies code generation option for IL2CPP. |
installInBuildFolder | ビルドフォルダーにビルドプレーヤーを置きます。 |
iOSXcodeBuildConfig | The scheme Xcode uses to run this project. |
macOSXcodeBuildConfig | The scheme Xcode uses to run this project. |
managedDebuggerFixedPort | Force the port used by the managed debugger. Default is 0 which means platform-specific auto-selection of a port. |
movePackageToDiscOuterEdge | Places the package on the outer edge of the disk. |
needSubmissionMaterials | ビルドするサブミッションマテリアル |
overrideMaxTextureSize | The override for the maximum texture size when importing assets. |
overrideTextureCompression | The asset importing override of texture compression. |
ps4BuildSubtarget | PS4 ビルドサブターゲット |
ps4HardwareTarget | 目標とする PS4 ハードウェアのバージョンを指定します。 |
selectedBuildTargetGroup | 現在選択されているビルドターゲットグループ |
selectedStandaloneTarget | スタンドアロンビルドで現在選択されているターゲット。 |
standaloneBuildSubtarget | Desktop standalone build subtarget. |
streamingInstallLaunchRange | When building an Xbox One Streaming Install package (makepkg.exe) The layout generation code in Unity will assign each Scene and associated assets to individual chunks. Unity will mark Scene 0 as being part of the launch range, IE the set of chunks required to launch the game, you may include additional Scenes in this launch range if you desire, this specifies a range of Scenes (starting at 0) to be included in the launch set. |
symlinkSources | Symlink sources when generating the project. |
waitForManagedDebugger | Instructs the player to wait for managed debugger to attach before executing any script code. |
waitForPlayerConnection | Sets the Player to wait for player connection on player start. |
webGLBuildSubtarget | WebGL Build subtarget. |
windowsDevicePortalAddress | Specifies the Windows DevicePortal connection address of the device to deploy and launch the UWP app on when using Build and Run. |
windowsDevicePortalPassword | Specifies the Windows DevicePortal password for the device to deploy and launch the UWP app on when using Build and Run. |
windowsDevicePortalUsername | Specifies the Windows DevicePortal username for the device to deploy and launch the UWP app on when using Build and Run. |
wsaBuildAndRunDeployTarget | Sets and gets the Windows device to launch the UWP app when using Build and Run. |
wsaUWPBuildType | The build type for the Universal Windows Platform. |
wsaUWPSDK | Sets and gets target UWP SDK to build Windows Store application against. |
wsaUWPVisualStudioVersion | Sets and gets Visual Studio version to build Windows Store application with. |
xboxBuildSubtarget | Xbox ビルドサブターゲット |
xboxOneDeployDrive | The currently selected Xbox One Deploy Drive. |
xboxOneDeployMethod | 現在選択されている Xbox One デプロイメソッド |
xboxOneRebootIfDeployFailsAndRetry | Sets the XBox to reboot and redeploy when the deployment fails. |
GetBuildLocation | ビルドの現在のロケーションを取得します。 |
GetPlatformSettings | プラットフォーム特有のエディター設定の値を返します。 |
SetBuildLocation | ビルドの新しいロケーションを設定します。 |
SetPlatformSettings | プラットフォーム特有のエディター設定を行います。 |
SwitchActiveBuildTarget | アクティブにする新しいビルドターゲットを選択します。 |
SwitchActiveBuildTargetAsync | Select a new build target to be active during the next Editor update. |
hideFlags | Should the object be hidden, saved with the Scene or modifiable by the user? |
name | オブジェクト名 |
GetInstanceID | Gets the instance ID of the object. |
ToString | Returns the name of the object. |
Destroy | Removes a GameObject, component or asset. |
DestroyImmediate | Destroys the object obj immediately. You are strongly recommended to use Destroy instead. |
DontDestroyOnLoad | Do not destroy the target Object when loading a new Scene. |
FindObjectOfType | タイプ type から最初に見つけたアクティブのオブジェクトを返します |
FindObjectsOfType | Gets a list of all loaded objects of Type type. |
Instantiate | original のオブジェクトをクローンします |
bool | オブジェクトが存在するかどうか |
operator != | 二つのオブジェクトが異なるオブジェクトを参照しているか比較します |
operator == | 2つのオブジェクト参照が同じオブジェクトを参照しているか比較します。 |