Gossip Analytics — Unity SDK

    Unity SDK to send XR analytics (VR/AR/MR) telemetry to Gossip Analytics.

    Track session lifecycle, user/device context, interactions, movement, eye/hand signals when available, optional heatmaps and Production-only image heatmaps.

    What this SDK does

    Unity SDK to send XR analytics telemetry to Gossip Analytics.

    Telemetry

    • Session lifecycle
    • User/device context
    • Interactions
    • Movement
    • Eye/hand signals (when available)
    • Optional heatmaps
    • Production-only image heatmaps

    Requirements

    • Unity 2021.3 LTS+
    • OpenXR-first
    • XR Bootstrap is required

    In Unity, open Window → Package Manager, click +Add package from git URL, then paste:

    https://github.com/GossipAnalyticsXR/Gossip_Analytics_Unity-SDK.git
    1. Install the SDK via Git URL (see below).
    2. Create the folder Assets/Resources/.
    3. Create GossipAnalyticsSettings via Create → Gossip → Settings. Do not rename it.
    4. Configure URL and ApiKey for Dev / Beta / Production.
    5. Select the active Environment.
    6. Keep Ingest Path unchanged.
    7. Add Samples/GossipManager to the scene.
    8. Add XR Bootstrap.
    9. Optional: add VR Permissions Handler only if the project does not already request permissions.

    Heatmaps

    • Enable heatmaps with enableHeatmaps in Settings.
    • Image heatmaps are sent only in Production.

    Support