
April 29, 2021
Interactions are made with the ‘interactions’ module, by switching between ‘states’ of the composition.
A state is made of actions, buttons can be added to it.
When a project switches to a new state, all actions from the state are applied.
There are many different actions, such as:
hide / show an object, play an animation, play a sound effect, change a color or set a timer to switch to another state after a fixed amount of time.
Buttons can be used to switch between states, or trigger an action (play sound effects, start a phone call, display a pop-up with text & image, open a webpage… )
To add a button to a state, first create a button, then add it to one or multiple states
You can follow this step by step tutorial to practice using the states interactions module
States interactions module tutorial
May 5, 2021
With this Screen you can find all statistics about views and interactions with your project in Statistics.
The First Row is displaying the views by date. You can know if it’s on AR, VR or embed mode views.
The Total Actions section tells you about specific data for your experience: time, sessions and the average sessions time.
Action & events column is for interactions with events and possible interactions in your experience like taking a photo, switching to a state, scan an image tracking marker.
The cities sections is for where your experiences were viewed geographically, and the number of views filtered by cities.
All this data can be filtered, by year, by month or by date interval.
To remove XR.+ branding visual elements, check this list (business plan only):
In your project:
In your AR player:
Business users can load projects inside an external web domain within an iframe, like when adding a Youtube video player on a web page.
We provide a template to do so, no coding to do, just upload the .html file to your server.
Note: an SSL certificate (https:// …) on your web domain is required to embed projects.
It is very important to optimize your projects!
Try to keep your project total size (images + models + audio files + video files) under 10Mb, or even 5Mb.
On your 3D models, do not use oversized textures, and delete all faces that are hidden.
Short loading times and a smooth framerate always make an experience more pleasant for the end user…
Above the 3D composition view, you can see an estimation of the time required to load your project, considering the mobile network speed.
Use as less assets as possible, import them once in the assets library and add them multiple times on the composition.
Don't import oversized images.
Reduce the number of polygons in your favorite 3D modeling software, reduce the size of each texture
When you share an XR+ web AR project on social medias or messaging application, a preview of the experience is displayed, here’s an example with a tweet:
The data pulled to populate tweets or other social media shared experiences consist of:
The image used is your project cover, so make sure it’s looking great!
The title and the description can be edited in the studio in ‘Publish settings’ > ‘Project meta data’.
May 6, 2021