ARFoundation Multi AR Session

Hi,

What’s the best way to have separate AR Session in a mobile app?
On the main menu if I choose Game 1 , I want to activate AR Session with the ReferenceImageLibrary ‘Game 1’ and I don’t want the markers from game 2 to trigger.
If I choose Game 2, I want ti activate AR Session 2, using ReferenceImageLibrary ‘Game 2’, but I don’t want the markers from Game 1 to trigger.

I tried to enable/diable AR Session but it didn’t work.
Wondering what was the easiest way.
Should I have only 1 ReferenceImageLIbrary and change dynamiclly the markers ?
Thanks

Team has advised that you should change the ARTrackedImageManager.referenceLibrary to swap the images to track.

https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@4.2/api/UnityEngine.XR.ARFoundation.ARTrackedImageManager.html#UnityEngine_XR_ARFoundation_ARTrackedImageManager_referenceLibrary