Back to Writing
NOTESunitysecurityanti-tamperingdrm
Unity Application.genuine: Detecting App Tampering
September 10, 2019•Updated Feb 17, 2026
Application-genuine - Unity Scripting API
Application.genuine is a Unity-provided property for detecting piracy and tampering.
Rather than directly determining whether the installation is legitimate, it focuses on checking whether the executable has been modified after the build.
The return type is bool — true indicates a clean state, while false suggests potential tampering.
- DRM: Technology used by rights holders to control the scope of use for digital content.