I’m using Unity 2023.2.11, I’m trying to initialize the Meta Core SDK by calling Core.InitializeAsync(), which immediately crashes the Quest built app.
With AndroidLogCat I’ve been able to get the error that is thrown just before the crash:
9420 9444 Fatal stejon.TestMet java_vm_ext.cc:579] JNI DETECTED ERROR IN APPLICATION: java_class == null
9420 9444 Fatal stejon.TestMet java_vm_ext.cc:579] in call to GetStaticFieldID
It does not happen on Unity 2022(.3.23) as I tested
I know the Meta Core SDK package is not from Unity, but since it’s happening on Unity 2023 only, I report it here.