Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Resolved Where is UWP player log for Build and Run launch ?

Discussion in 'Windows' started by Silentor666, Feb 13, 2023.

  1. Silentor666

    Silentor666

    Joined:
    Dec 14, 2013
    Posts:
    16
    Hello! I have noticed that usual UWP player log path at
    %USERPROFILE%\AppData\Local\Packages\<productname>\TempState\UnityPlayer.log

    is not used for build launched from Build Settings window via Build and Run.
    Log file works properly for builds builded at Visual Studio and launched as package.
    Maybe there is another path for Build and Run case?
     
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,423
    That should be the path. Perhaps Build & Run somehow ends up using a different ProductName?
     
  3. Silentor666

    Silentor666

    Joined:
    Dec 14, 2013
    Posts:
    16
    Thank you, I double check all Packages folder
     
  4. Silentor666

    Silentor666

    Joined:
    Dec 14, 2013
    Posts:
    16
    My bad, I miss that log file populated with data only after closing application. There is no problems with log file. Sorry for false alarm :)