Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

XboxOneDeployMethod

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual

Description

An enumeration that describes how you would like your test build deployed to the console.

Variables

PushCopy the build to the console in full and do not serve any files off my local machine.
PullServe files off a PC, copying the minimal set of files to the console.
PackageBuild the project as a package which is installed onto the console.
PackageStreamingBuild the project as a package which is partially installed onto the console at first, and then has more chunks downloaded and installed while the game is running.