Version: 2022.1
언어: 한국어
Windows 디버깅
Windows 플레이어: IL2CPP 스크립팅 백엔드

WindowsLowIntegrity

The Mandatory Integrity Control security feature on Windows devices allocates an integrity level (IL) to all applications and processes. The device’s operating system or database constrains a user’s or initiator_’s ability to access or perform other operations on an object/target_ (such as files, memory, or directories). Both the initiator and the object are allocated an IL, with low as the most restricted access. When the initiator attempts to access the object, their ILs are compared. The initiator can’t access the object if it has a lower IL than the object.

무결성 수준에 대한 자세한 내용은 Microsoft의 필수 무결성 제어 문서를 참조하십시오.

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

  • 로그 파일이 %USERPROFILE%\AppData\LocalLow\CompanyName\ProductName에 작성됩니다.
  • PlayerPrefs가 HKCU\Software\AppDataLow\Software\CompanyName\ProductName에 저장됩니다.
Windows 디버깅
Windows 플레이어: IL2CPP 스크립팅 백엔드