Search Unity

Where to find instructions about how transfer game into windows phone

Discussion in 'Windows' started by Aleksey1555, Mar 25, 2018.

  1. Aleksey1555

    Aleksey1555

    Joined:
    Sep 17, 2017
    Posts:
    12
    Hello
    Where i can find instruction how to transfer game to my windows phone without publishing it to windows store?
     
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    You mean for development? There's an app called "Windows Phone Application Deployment" that comes with Windows 8.1 SDK. You can also probably do it through device portal if the phone is running Windows 10.
     
  3. Aleksey1555

    Aleksey1555

    Joined:
    Sep 17, 2017
    Posts:
    12
    Can Unity 3d do this?
    Or it not enough?
     
  4. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    Build & Run button in Unity does that.
     
  5. Aleksey1555

    Aleksey1555

    Joined:
    Sep 17, 2017
    Posts:
    12
    my system is windows 10 mobile
    and Windows 10 PC desktop
    I choose Build Settings and select universal windows platform
    in target device i select Mobile
    I click build and after operation compiled in my folder appear VS2017 project
    After that i compile this project with my visual studio 2017 community compiler
    after that appear exe file
    after that i copy this exe files with others dll file into my phone And when i click it
    appear windows that offer me to find applicatio in windows store
    Thats strange.
    What i do wrong?
    I want only run my unity 3d game only on my windows phone without publishing it on the windows store
    Please help
     
  6. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    Press Run in Visual Studio, instead of just compiling there.