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).
- Create the folder
Assets/Resources/. - Create
GossipAnalyticsSettingsvia Create → Gossip → Settings. Do not rename it. - Configure
URLandApiKeyfor Dev / Beta / Production. - Select the active Environment.
- Keep
Ingest Pathunchanged. - Add
Samples/GossipManagerto the scene. - Add
XR Bootstrap. - Optional: add
VR Permissions Handleronly if the project does not already request permissions.
Heatmaps
- Enable heatmaps with
enableHeatmapsin Settings. - Image heatmaps are sent only in Production.