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
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
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.
oh thanks very much!!
I would highly suggest you read the Unity Windows Porting Guide.
Also check out the stickies in this forum, lots of tips and tricks.