XR Rig Cameras access

Hi, Jedi’s!

Could you direct my force? ))

How i can get access to XR Rig Cameras 0 and 1?
I can get those from scene by name, but it bad way.

Perhaps some instanses like XRHelper or XRSession or…? has link to that cameras?
Unfortunatly i can’t fing that (

the xrCamera instance has rigCameras array with both cameras in it, but only after the session has started. Otherwise it might only have a single rig camera (or none)

Thank you for answer, but how is name of that array property? rigCameras?
Array not present in emulator mode and with real device (XRHelper.state is 2 (IN_XR)).
:cry:

Make sure you read the right array, it must always be present:

1 Like

Yes, i see it in IDEA. And propertyes is present and has two pretty cameras ))

Hmm… probably focuses of console

Im sorry for question, but that property is missed in doc.

Thank you for help