Page 1 of 1

Bubble Template Standard Bark UI

Posted: Sun May 31, 2020 9:55 pm
by Soundmartell
Hello,
The Dialogue Actor Bark Ui (Bubble Template Standard Bark UI) doesn't face the camera in Android Device but in Unity Editor it does. I will appreciate any help.
Regards.

Re: Bubble Template Standard Bark UI

Posted: Sun May 31, 2020 11:02 pm
by Tony Li
Hi,

If it's a 2D game, you can just remove the Always Face Camera component.

If it's a 3D game, make sure in your Android build that a camera is tagged as MainCamera. The Always Face Camera component tries to face the GameObject that's tagged MainCamera.

Re: Bubble Template Standard Bark UI

Posted: Mon Jun 01, 2020 5:29 am
by Soundmartell
Thanks for answering. It is a 3D Game, I am using UFPS and the character do have a camera tagged MainCamara.
The issue happen only in the Android devise. In the Unity editor is facing the camera.
Thanks.

Re: Bubble Template Standard Bark UI

Posted: Mon Jun 01, 2020 8:07 am
by Tony Li
Hi,

Is more than one camera tagged "MainCamera"? If so, it's possible that the editor's play mode is choosing one camera but the Android build is choosing a different one.

Can you make a development build and determine if the Android build is logging any errors?

Re: Bubble Template Standard Bark UI

Posted: Mon Jun 01, 2020 12:24 pm
by Soundmartell
No, I have only one camera tagged MainCamera.
I will let you know if I get any error in the development build.
Thanks