Skip to content

Conversation

@SuriyaKannimuthu
Copy link
Contributor

@SuriyaKannimuthu SuriyaKannimuthu commented Dec 1, 2025

Added a new subsection under the CleverTap Integration Update section to clarify Unity 6 Application Entry Point settings.

The update instructs developers to select the Activity option (instead of GameActivity) when using CleverTap with Leanplum, ensuring correct configuration in Unity 6 Android Player settings.

Summary by CodeRabbit

  • Documentation
    • Added Unity 6 Android guidance describing the two possible application entry points (Activity and GameActivity), clarifying that Activity should be selected in Android Player settings, and placing this guidance alongside existing Launcher Activity instructions to help configure Android builds correctly.

✏️ Tip: You can customize this high-level summary in your review settings.

Added a new subsection under the CleverTap Integration Update section to clarify Unity 6 Application Entry Point settings.
The update instructs developers to select the Activity option (instead of GameActivity) when using CleverTap with Leanplum, ensuring correct configuration in Unity 6 Android Player settings.
…levertap

Add - Unity 6 application entry point note to CleverTap integration docs
@francispereira
Copy link

francispereira commented Dec 1, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@coderabbitai
Copy link

coderabbitai bot commented Dec 1, 2025

Walkthrough

Adds a documentation subsection to docs/Instructions-Android.md describing two Unity 6 Android application entry points (Activity and GameActivity) and instructing developers to select Activity in Unity Android Player settings. No code or public API changes.

Changes

Cohort / File(s) Summary
Documentation Update
docs/Instructions-Android.md
Adds a Unity 6 Android subsection explaining two application entry points (Activity vs GameActivity) and instructs selecting Activity in Unity Android Player settings. No code or API changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

  • Documentation-only change; no code to run or test.
  • Review focus: wording accuracy and placement within existing Launcher Activity guidance.

Suggested reviewers

  • darshanclevertap

Poem

🐰 I hopped through pages, found the way,

Activity shines for Unity's play,
Android choices now set right,
Docs aligned — a cozy night 🥕✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding documentation about Unity 6 application entry point configuration to the CleverTap integration docs.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch develop

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 0a4f408 and 65e2005.

📒 Files selected for processing (1)
  • docs/Instructions-Android.md (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • docs/Instructions-Android.md

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🧹 Nitpick comments (1)
docs/Instructions-Android.md (1)

35-46: Restructure the content to remove indentation within the numbered list.

The new subsection is indented (lines 35–46) because it appears within a numbered list item (item 2, starting at line 20). Consider restructuring the placement to avoid indentation of headings, which violates Markdown best practices.

You could either:

  1. Move the Unity 6 section outside the numbered list structure
  2. Use inline formatting (bold text, etc.) instead of a heading within the list item

For example, if moving outside the list:

        Otherwise use `com.clevertap.unity.CleverTapOverrideActivity` as shown in the Manifest below.
+
+### Unity 6 – Application Entry Point Consideration
+
+In **Unity 6**, the Android Player settings provide two application entry point options:
+
+- **Activity**
+- **GameActivity**
+
+For CleverTap integration, ensure that the **Activity** option is selected in:
+
+```text
+Project Settings → Player → Android → Other Settings → Application Entry Point
+```

-        #### Unity 6 – Application Entry Point Consideration
-        ...
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between b44adde and 0a4f408.

📒 Files selected for processing (1)
  • docs/Instructions-Android.md (1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.18.1)
docs/Instructions-Android.md

36-36: Heading levels should only increment by one level at a time
Expected: h3; Actual: h4

(MD001, heading-increment)


36-36: Headings must start at the beginning of the line

(MD023, heading-start-left)


44-44: Fenced code blocks should have a language specified

(MD040, fenced-code-language)

…block

Corrected a Markdown heading that violated linting rules by adjusting it from an indented level-4 heading to a proper level-3 heading.
Also added a `text` language identifier to a fenced code block to comply with Markdown lint requirements for code block language specification.
@SuriyaKannimuthu SuriyaKannimuthu merged commit 341a866 into master Dec 1, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants