You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# Android
2
2
## Prerequisites
3
3
4
-
- Unity Editor 6000.1.2f1 and above
4
+
- Unity 6 and above
5
5
- Min SDK level 23
6
6
7
7
## Install Plugin
8
-
First you will need to install freeRASP for unity. Head over to [Github Unity Plugin Release Link]. Download the latest plugin. Notice the plugin file ends with .unitypackage
8
+
First you will need to install freeRASP for unity. Head over to [Github Unity Plugin Release Link](https://github.com/talsec/Free-RASP-Unity-POC/blob/main/freeRASP.unitypackage). Download the latest plugin. Notice the plugin file ends with .unitypackage
9
9
10
10
Proceed to import the plugin into your unity project. Right click on Assets -> Import Package -> Custom Package
11
11
@@ -106,15 +106,23 @@ public void onMalwareDetected(List<SuspiciousAppInfo> malwareList)
106
106
```
107
107
108
108
## Add freeRASP Maven Repository
109
-
Once you are done with your game in Unity Hub; proceed to export the project. Once exported, open up the project in Android Studio and add freeRASP’s maven repository address into your settings.gradle file.
109
+
Once you are done with your game in Unity Hub; proceed to export the project. Once exported, open up the project in Android Studio and add freeRASP’s maven repository address into your `settings.gradle` file.
First you will need to install freeRASP for unity. Head over to [Github Unity Plugin Release Link]. Download the latest plugin. Notice the plugin file ends with .unitypackage
0 commit comments