google-ar / arcore-unity-sdk

ARCore SDK for Unity
https://developers.google.com/ar
Other
1.4k stars 403 forks source link

How to configure ARCoreSessionConfig #732

Open joondong opened 4 years ago

joondong commented 4 years ago

SPECIFIC ISSUE ENCOUNTERED

I added dropdown UI for changing light estimation mode. As I got ARCoreSessionConfig, there is no function to configure changed configurations.

As far as I researched there is functions like Configure() in Android SDK and ArSession_configure() in Android NDK.

Is there any way to configure modified configurations?

Thanks for any comments

VERSIONS USED