Scene Appears Completely Black on Android Build Despite Correct UI Rendering in Unity Editor

I have encountered an issue where my game’s scene appears completely black when built for Android, even though the UI elements are present. In the Unity Editor, everything renders correctly. Notably, my scene does not contain any 3D objects or lights, only UI elements. Previously, I was able to build for Android without any problems, even without adding a camera to the scene. However, now the entire screen is black on Android devices.

Steps Taken:

Verified that the UI elements are correctly set up and active in the scene.

Checked Player Settings to ensure that Graphics API and other relevant settings are properly configured.

Attempted to add a camera to the scene and adjust its settings, but the issue persists.

Verified that the Canvas settings are correct and that the Render Mode is set to “Screen Space - Overlay.”

Questions:

What could be causing the scene to render as completely black on Android when there are no 3D elements or lights, only UI?

Are there any additional settings or configurations that I should check to resolve this issue?

Could this be related to changes in Unity’s handling of UI rendering in recent versions?

Well, I built it for Windows and everything worked fine What is the problem that everything is black in Android?

Thank you for your assistance!

after checking everything, I realized that the problem is with the localization package, and when I deleted it, the scene was no longer black. I myself feel that the tables I created are very heavy, and the init takes a long time, and the scene will not load until it is inited! ! What do you think? What should I do to solve this problem?

In the localization settings, there are two settings for asynchronous loading. If these are on “Force Synchronous”, perhaps you could switch them to “Default” instead? Maybe this will help you?

I have the same problem, and everything works fine on the 2021 version. After upgrading to Unity 6, some Android devices started to have black screens. I still haven’t solved it yet, and I will try your method.

I have the same problem but with version 2023, on some Android devices the screen is completely dark but the UI is displayed. Have you found a way to get rid of this?