I'm trying to use ARWorldTrackingConfiguration and ARBodyTrackingConfiguration together.
ARConfiguration here it says, a session can run only one configuration at a time.
So, I made two ViewControllers that switches each ViewController through buttons but I can't run the two ViewControllers at the same.
Is there any way to run two ViewControllers simultaneously or switching ViewControllers automatically?