ARSession Workflow¶
ARSession and Device Availability Check¶
The Assemble process is used to determine whether the current Session is available on the current device.
If you want to check availability, you can monitor the StateChanged event during Session startup.
If you want to check availability without starting the ARSession, use the ARSession.Assemble method and monitor the AssembleUpdate event.
See sample Workflow_ARSession. For Mega, also refer to sample MegaBlock_Basic.
Attention
The content of this page will be updated soon.