Select your preferred scripting language. All code snippets will be displayed in this language.
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.
CloseAn enumeration that describes how you would like your test build deployed to the console.
Push | Copy the build to the console in full and do not serve any files off my local machine. |
Pull | Serve files off a PC, copying the minimal set of files to the console. |
Package | Build the project as a package which is installed onto the console. |
PackageStreaming | Build 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. |