Strivr SDK release notes
February 2023 version 1.1.0
Unity plugin test mode setting auto-save
In the Strivr plugin in Unity, the status of the test mode setting saves automatically. Previously, users were required to scroll down to click the Save button at the bottom of the plugin.
NOTE: Test mode allows developers to send data back to Strivr from their projects without provisioning their headsets.
The test mode setting in the Strivr plugin in Unity
Bug fix: Project display in Portal
The Project name was not displaying correctly if it contained the slash / character.
Bug fix: Login ID filtering
Filtering by login ID was only successful for numeric login IDs.

Strivr Portal login and project creation
Third-party developers can now be granted access to the new Developer section of the Strivr Portal, where they can create their own projects. Users can click the i icon for guided steps.
Creating a project in the Developer section of the Strivr Portal
Click the i icon for Getting Started information
Simplified Unity login
Developers can now use Strivr single sign-on when logging into the Strivr Unity plugin, instead of having to copy and paste Strivr credentials. After login, the plugin will automatically retrieve their list of projects.
Simplified login with single sign-on
Viewing raw data in the Strivr Portal
After instrumenting the Strivr SDK on events within their application, developers can send raw data to their project in the Strivr Portal by running through the application in their headset.
Once the developer instruments the SDK code on events within their application and runs through the application, the output of those events appears in the Raw Data section of the Developer tab of the Strivr Portal. Developers select an Event Type from the dropdown menu to view data returned for that event type, and then select event parameters to filter the data.
Viewing data in the Raw Data tab of the Strivr Portal
NOTE: To send data to the Strivr Portal from unprovisioned headsets, Test Mode must be enabled in the Strivr Unity plugin.
Test mode enabled in the Strivr Unity plugin
Query Builder tool
In the Query Builder tab of the Developer Portal, developers can generate data visualizations from the raw data. They select options for aggregation, grouping, and filtering, and output a visualization in line graph, pie chart, list, or columnar format. After generating a visualization, developers can save it as an image or as a CSV file.
Building a query
Import experiences to Portal
After instrumenting events in their project with the Strivr SDK, developers can import their APK file to the Content Library of the Strivr Portal, ready for distribution to headsets.
The Import Experience button in the Content Library
Entering information about the experience

Authentication in Unity
Strivr SDK now includes user authentication in Unity. Once a developer is authenticated with Auth0, they can click Sign In within Unity to automatically fill in their credentials.
Sign In prompt in Unity
Every 30 days, the session will automatically expire and the developer will be asked to re-authenticate.
An expired session in Unity