createDefaultXRExperienceAsync with required options parameter - but no options are required

During the implementation I noticed that the options parameter is required for the function createDefaultXRExperienceAsync. But inside the options no field is required.
Why was the options parameter not made optional like in the function createDefaultVRExperience?

Adding @RaananW

This was solved already for 4.2, but I can see that the actual interface in sceneHelpers was not updated.

Will take care of this soon. As you say, there is no reason why options will not be optional.

1 Like

Thank you :slight_smile: