wand-sparklesDevelop Experiences

How to use Zoe for Unity with the BridgeXR module to create experiences to your dashboard.

Install Zoe for Unity

  • First check you have the provided packages:

    • Zoe for Unity

    • BridgeXR package

  • Then install the BridgeXR package.

Using Zoe for Unity

  • Be sure to test the experience until you are happy with it.

Prepare for upload

In order for your experience to be able to send the proper data to the dashboard you need to make sure you add some specific BridgeXR actions to some of the interactions in your experience.

  • To add other actions than the ones provided in the dropdown list, click on Add Component and look for scripts beginning by SA_

  • Every interaction you wish to track should have the ‘SA_StatisticsAction’ script added to it.

For the BridgeXR app to know your experience is complete please add the ‘SA_CompleteAction’ to the interaction that corresponds inside your experience

Last updated