Version: 2017.3 (switch to 2017.4)
Windows Debugging
Universal Windows Platform
Other Versions

WindowsLowIntegrity

Windows Standalone player can detect if it’s running at Low Integrity Level (see Microsoft’s documentation on Designing Applications to Run at a Low Integrity Level for more information). In this case, several things happen:

  • The log file is written to %USER PROFILE%\AppData\LocalLow\CompanyName\ProductName
  • PlayerPrefs is saved to HKCU\Software\AppDataLow\Software\CompanyName\ProductName

Did you find this page useful? Please give it a rating:

Windows Debugging
Universal Windows Platform