Legacy Documentation: Version 4.6
Language: English
Windows Phone 8: Getting Started
Windows Phone 8: Debugging

Windows Phone 8: Deployment

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

To deploy Windows Phone 8 app on your phone follow these steps:

  • Open Build Settings.
  • Optionally check Development Build if you want to profile your game.
  • Make sure phone is connected to PC and is unlocked.
  • Click Build And Run.
  • Select folder to build Visual Studio project to.
  • Once the project is built and app is deployed to your phone it should appear on the screen.

This is the fastest way to deploy your app. However you might want to modify exported Visual Studio project first. In that case do the following:

  • Click Build instead of Build and Run.
  • Select folder to build Visual Studio project to.
  • Open generated Visual Studio solution.
  • Modify project if needed.
  • Select desired build configuration.
  • Build and deploy project to your phone.

There are three build configurations you can choose from. Debug should obviously be used to debug your scripts. Release optimizes code for better performance. Master configuration build should be used to submit your app to the Store. It has profiler support stripped out.

Unity will not overwrite changes made to Visual Studio project.

Windows Phone 8: Getting Started
Windows Phone 8: Debugging