Analytics System - XR Developer for Khora
Extending a PICO VR 360-video app with an automated analytics framework
I implemented the groundwork for an analytics system to add to Khora’s project pipeline, this project was the first iteration of said system, with which a hidden access method would allow admins to discern various metrics from users of a given VR headset. The metrics visuals would auto generate themselves at runtime based on existing videos in storage, and if a metrics log corresponding to an existing video key existed on device storage, the system populate that that graphics with previously logged metrics. Whenever a user viewed a video, the system would update the existing metrics, and then save them to device storage with their corresponding video key, and load the metrics back in whenever the menu was opened.
This project helped refine my skills in C# I/O, async, Unity, and Android debugging