Unity [NEW!]
Last updated
Was this helpful?
Last updated
Was this helpful?
The freeRASP has the following prerequisites that must be met before starting:
Unity Editor level: 6 or higher
Minimum SDK level: 23 or higher
First, you'll need to install freeRASP for Unity. Head over to and download the latest plugin. The plugin file should have a .unitypackage extension.
Next, import the plugin into your Unity project: right-click on Assets â Import Package â Custom Package.
In your appâs entry point, import freeRASP and add the following code:
To receive threat notifications, implement the AndroidThreatDetectedCallback
interface. It contains multiple methods that are triggered when freeRASP periodically scans the device for security threats. Implement these methods within your game logic or main application class.
To ensure freeRASP works properly, you need to configure and initialize it with the required settings. All necessary values must be provided for the plugin to function correctly. Detailed explanations of each configuration option are available on the .
The first step involves obtaining your app's signing certificate hashes in Base64 format. Refer to the provided for comprehensive guidance on app signing, which covers both manual signing methods and Google Play's app signing service.