Dalton Lima
Dalton Lima
Hi @cai-mobfish, It worked perfectly when locking in LandscapeLeft, VR and NoVR. Currently, I am locking the orientation in VR Mode and unlocking in NoVR. In `CardboardMainCamera.SetupEyeRenderTextureDescription()` I am picking...
I manage to hack a way to compensate for the NoVR Camera projection. ```csharp private static void OverrideNoVRCameraRotation() { Vector3 rotation = Vector3.zero; switch (Screen.orientation) { case ScreenOrientation.Portrait: rotation =...
I have a similar issue - lots of users crashing at login. 😬 Reproduced in-house Unity Editor Version: `2021.3.9f1` Unity SDK Version: `14.1.0` Installation Platform & Verison: Android version 12...
I went through the Unity changelogs and find this bug ticket - not sure if this is what @iyakov mentioned above, but it looks similar. (Check the version where it...
I had a similar error in Unity - perhaps it is the same root cause. I managed to get the two symbols that were missing ``` Undefined symbol: _FBRewardedVideoAdBridgeOnServerRewardFailure Undefined...
I've searched the source doe in FBAudienceNetwork `6.15.0` and indeed it doesn't contain those two symbols - which we had on version `6.14.0`. You can download both versions on this...
For context, in my case, the code requesting those missing symbols was the [Unity version of the FAN](https://developers.facebook.com/docs/audience-network/setting-up/platform-steup/unity/add-sdk) - which is "stuck" in version 6.4.0 since 2021. Most likely we...
@yasirkula So on those affected devices, we can share images from WhatsApp to Instagram and Photos to Instagram. I got a log from our QA but couldn't find anything relevant...
Thanks for the insight, @yasirkula; I'll investigate that.