top of page

Hexar

Augmented reality collectables for fan engagement.

Hexar is an augmented reality digital collectables iOS application. Fans can collect, record, and post their experiences in real life with the augmentation of their digital collection.
Apple approved and released on iOS App Store.

Job Title: Lead Engineer

Technical Overview

  • Built in Unity using the AR Foundations packages

  • Back-end built on Microsoft Azure and PlayFab

    • Includes blob storage, NoSQL asset queries, asset uploading automation, and several layers of authorization tokens

  • CI/CD with Azure Pipelines

  • Source control with Atlassian BitBucket

Collections Architecture
Hexar_Collections_Azure_Architecture_V3.png
  • Collections begin with the fan scanning an Image Marker (AR Image Tracking)

  • Unity sends an HTTP Request to a PlayFab Cloudscript Function

  • Cloudscript Function triggers Azure HTTP Function

  • Azure back-end processes authorization, grants collectables, and sends confirmation with appropriate asset URL

  • Unity sends second HTTP request for an asset bundle download and unpacks accordingly

bottom of page