Anti-Cheat Toolkit
2024.0.0
Multi-purpose anti-cheat solution for Unity Engine
|
Inherited by ObscuredFileSettings.
Properties | |
ObscuredFileLocation | LocationKind [get] |
EncryptionSettings | EncryptionSettings [get] |
DeviceLockSettings | DeviceLockSettings [get] |
bool | ValidateDataIntegrity [get] |
bool | AutoSave [get] |
Specific settings to use with ObscuredFile instance.
|
get |
Controls file location. Read more at ObscuredFileLocation docs.
Controls file encryption settings. Read more at EncryptionSettings docs.
Controls DeviceLock feature settings. Read more at DeviceLockSettings docs.
|
get |
Controls anti-tampering setting.
When enabled, data integrity is validated and invokes NotGenuineDataDetected event on violation.
Disable to skip integrity validation entirely and improve performance.
|
get |
Switches Auto Save feature.
Auto Save feature allows making sure any unsaved data will persist when your app quits (on desktops) or loses the focus (on mobiles). It's enabled by default and this is the recommended setting, but you're free to turn it off at your own risk.