How to export my Unity game for any Android device and not have screen cut off?

Hi Rick,

Welcome to our community! :slight_smile:

For this game, there is a simple solution: anchors.
https://docs.unity3d.com/Packages/com.unity.ugui@1.0/manual/UIBasicLayout.html

The CanvasScaler might also be interesting for you:
https://docs.unity3d.com/Packages/com.unity.ugui@1.0/manual/script-CanvasScaler.html


See also: