Skip to content

Commit 341a866

Browse files
Merge pull request #233 from CleverTap/develop
Master - Add Unity 6 application entry point note to CleverTap integration docs
2 parents b44adde + 65e2005 commit 341a866

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/Instructions-Android.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,19 @@
3232
}
3333
```
3434
Otherwise use `com.clevertap.unity.CleverTapOverrideActivity` as shown in the Manifest below.
35+
36+
### Unity 6Application Entry Point Consideration
37+
38+
In **Unity 6**, the Android Player settings provide two application entry point options:
39+
40+
- **Activity**
41+
- **GameActivity**
42+
43+
For CleverTap integration, ensure that the **Activity** option is selected in:
44+
45+
```text
46+
Project SettingsPlayerAndroidOther SettingsApplication Entry Point
47+
```
3548

3649
```xml
3750

0 commit comments

Comments
 (0)