Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Exporting the latest version of a Windows app - when it builds it's an older version

Discussion in 'Windows' started by redmotion_games, Jan 19, 2016.

  1. redmotion_games

    redmotion_games

    Joined:
    May 6, 2013
    Posts:
    84
    I've exported my Windows 8.1 Universal app 4 times now (to an empty folder) and when I finally deploy it to my Windows RT tablet (via Visual Studio and remote debugger) its an older version.

    Where can I find the folder where all the pre-build files are kept so I can delete them? (Assuming that is what I need to do!)

    Thanks in advance.
     
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,644
    That is weird: we don't keep any files anywhere else than the folder you build to. I'd suggest to doublecheck these things:

    1. The first scene in the build settings is set correctly;
    2. You're opening the correct visual studio project.
    3. You're deploying to the actual tablet, rather than local PC (uninstall the application from the tablet manually before redeploying to be sure).
     
  3. Aurimas-Cernius

    Aurimas-Cernius

    Unity Technologies

    Joined:
    Jul 31, 2013
    Posts:
    3,722
    I remember cases where you had an older version of app after deploy. Uninstall app before deploying, rebooting the device is also recommended.