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
Setup
View on GitHubIn Unity, open Window → Package Manager, click + → Add package from git URL, then paste:
https://github.com/GossipAnalyticsXR/Gossip_Analytics_Unity-SDK.git- Install the SDK via Git URL (see below).
- Windows → Package Management → Package Manager
- Open + → Install Package from git URL → Install
- Install dependencies
- Import the Sample (press Samples -> Import)
- Window -> Gossip Analytics -> 1 - Quick Setup (places the manager and opens settings)
- The Inspector will show your GossipAnalyticsSettings. Get your 3 API Keys (Dev, Beta, Production) from the Gossip Analytics dashboard -> Company Overview section, enter them, then press Check Connection to verify.
- Select the active Environment.
- Next: open Window -> Gossip Analytics -> 2 - Instrumentation Manager
- Instrumentation Manager: By default, the sections Interactables and Trackers (29) are enabled.
- From section Permissions add VRPermissionsHandler (4).
- Save & Close
- Press Play and verify your data appears in the Gossip Analytics dashboard
Heatmaps
- By default the heatmaps are enabled.
- IMPORTANT: Image heatmaps are sent only in Production.
Support
Uninstall
- Open Window → Gossip Analytics → Uninstall.
- Click Uninstall → Accept.
- The SDK is removed in less than two clicks. Your app scene, assets and code stay untouched.