Legacy Documentation: Version 5.6 (Go to current version)
Windows Debugging
Windows Store Apps
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
Windows Debugging
Windows Store Apps