Search code examples
instagramspark-ar-studio

How to set 2D Text position same to all devices in Spark AR


I have some problems when I try to test my filter to 2 Devices, iPhone and Android. when I test on the iPhone, the position of text contains date and time is good in the near bottom left like this . But when I test on an Android device, the text position is too far up like this .

Is there a way to fix the position of 2D text for all devices? here is my project


Solution

  • Your magic button is pinning to bottom. Maybe you also need to use left pinning.

    Also switch to resizableWindow option, instead of an actual device, this way you can check any possible aspect ratios! (top left corner of a screenshot)

    enter image description here