The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

+1 vote

I'm currently working on a learning project for Android using Godot. My testing environment is set up on PC with the following parameters:

Display

  • Window Size: 576 width 1024 height
  • Test Size: 288 width 512 height
  • DPI Allow Hidpi
  • Per Pixel Transparency Allowed
  • Handheld orientation Portrait
  • Stretch Mode Viewport
  • Stretch Aspect ignore

The game compiles and installs properly from Godot without any additional requirements.

The only problem is that the device is cut off at the top of the screen where the notification bar would appear, yet is hidden during gameplay. While this is somewhat useful in that the notification bar can accessed without interfering with the game, it feels like an unnatural cutoff.

The section of the screen that is cut off does house the cameras, so it seems to me like it is possible this is a second display or has some strange behavior since it has to accommodate for the camera being there, however I'm not an expert in mobile devices nor in mobile development, so it's more like a shot in the dark. Is there anything I'm missing in project settings that may remedy this?

If there are any other settings that may be helpful I'd be more that happy to provide them. Most settings are at default, though I'm sure there are a few I would have messed with during initial setup.

in Engine by (18 points)

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.