Legacy Documentation: Version 2018.1 (Go to current version)
Windows Debugging
Windows Player: IL2CPP Scripting Backend
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
Windows Player: IL2CPP Scripting Backend