Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
3
Question by Devistute · Nov 17, 2014 at 02:31 PM · androidscreenrenderblackingame

Android Quality Change = Black Screen. SOLVED.

Hello, i stumbled to a fancy new problem today. I added an Script which changes quality level of game simply by pressing button, and then moving scene back to Menu. Its working great on PC, no problems.

Then comes the android. When i change the quality setting in Android everything goes black, every single scene apparently. I can still click buttons that "are there" but are not being rendered. This is major problem for me, since i dont want to make players restart the whole game for this.

Ive tried to disable 32Bit Buffers, 24Bit Buffers, Turned every textures shader to Mobile ones, made the textures be under 1020 Resolution... And yet this black screen is still harassing me!

Help would be really appreciated, since games launch is this week. Please! And thank you.

Okay, i solved it and almost jumped through the roof when i realised i did. So heres how to fix black screen issue!

  1. Go to "Edit -> Player -> Resolution/Presentation -> Disable "Use 32Bit Buffer" And "24Bit".

  2. Go to "Edit -> Project Settings -> Here, disable Antialaising completely in every Quality Setting

  3. Build! :D

For fun, heres the script for Quality Change pressing Button.

 function OnMouseOver(){
 
 if(Input.GetMouseButtonDown(0)){
 
 QualitySettings.currentLevel = QualityLevel.YOURQUALITYLEVEL;
  Application.LoadLevel("YOURSCENETOLOAD");
 }
 
 }

Comment
Add comment · Show 4
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Stephen_O · Dec 29, 2014 at 12:29 AM 0
Share

Thanks for sharing this, works like a charm.

avatar image Paulius-Liekis · Dec 29, 2014 at 02:51 PM 2
Share

You should post your own solution as an answer and mark it as correct, so that people could see that it is actually solved, ins$$anonymous$$d of putting SOLVED in the topic. Welcome to Unity answers.

avatar image didioliver · Apr 01, 2015 at 12:32 PM 0
Share

thank you my man, this help me :)

avatar image patrykrejch · Dec 28, 2018 at 06:13 PM 0
Share

Works for me! Thanks! :) I had the same issue on Android and it fixed the black screen.

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

7 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

When Black Screen android issue is going to be fixed? 1 Answer

black screen after the first play on android 0 Answers

Android - Black sprites appear in Nexus 7 (2012) and Editor 0 Answers

Android App on Cyanogen Mod has black screen 2 Answers

Android build - black screen for some devices 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges