AR Experiences
Reach AR Setup Guide
Reach Cloud supports AR experiences using our Meta Prefab pipeline and our custom https://ar.reachcoud.org
domain.
Guide
Begin by following the documentation on uploading Prefabs using Reach’s Cloud Engine SDK. You must upload for WebGL since this is a Web Based application. Other platforms will be ignored.
After successfully uploading a prefab, you’ll want to begin by constructing a link. Please follow the parameters section for details.
Take the final URL and create a QR code out of it. You may use the QR code itself as the tracked image by uploading it as the Meta Prefab thumbnail (but don’t include the
imageurl
parameter)After following these steps you should have a working AR experience like the example below.
AR URL Parameters
Below is a table showing the parameters you can specify in the https://ar.reachcloud.org URL to configure the AR experience.
prefabId
Yes
GUID
prefabId=fb0f9b66-4287-49e3-9e55-a154b8b48851
imageUrl
No
Image URL (Encoded)
Must be PNG or JPG
imageUrl=https%3A%2F%2Fpicsum.photos%2F200
The (url encoded) URL to the image to use as a tracked image.
If this value is not specified, the Prefab’s thumbnail will be used as the tracked image.
persistent
No
Number: 0 or 1
persistent=1
If 1, then the loaded prefab will remain on-screen even when the tracked image is lost. Otherwise the prefab will only appear when the tracked image is visible to the camera.
Example URL:
Last updated
Was this helpful?