Version: 2022.1
言語: 日本語
Windows のデバッグ
Windows Player - 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 Player - IL2CPP スクリプティングバックエンド