Search Unity

Help with Publish on windows Phone

Discussion in 'Windows' started by Deleted User, Jun 21, 2015.

  1. Deleted User

    Deleted User

    Guest

    Hi all.

    Which platform I choose, windows phone or store windows ? Both generate me a visual studio solution. what I do with it ? how to generate the arquivo to publish ? thank you
     
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    To target Windows Phone 8.0, you need to select Windows Phone platform. To create an application package for this platform, just build the visual studio project in master configuration. A ".xap" file will be created in the output directory.

    To target Windows Phone 8.1 or Windows, you need to select Window Store platform and appropriate SDK in the drop down. To create an application package for this platform, press "project -> store -> create app package" in visual studio, and then follow through with the wizard which pops up.
     
    Deleted User likes this.
  3. Deleted User

    Deleted User

    Guest

    oh thanks very much!!
     
  4. Meltdown

    Meltdown

    Joined:
    Oct 13, 2010
    Posts:
    5,822
    I would highly suggest you read the Unity Windows Porting Guide.

    Also check out the stickies in this forum, lots of tips and tricks.
     
    Deleted User likes this.