Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 14 Next capture
2021 2022 2023
2 captures
12 Jun 22 - 14 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 /
This question was closed Jan 26, 2021 at 05:36 PM by pako for the following reason:

The question is answered, right answer was accepted

avatar image
0
Question by outasync · Sep 12, 2017 at 05:14 PM · standalonepcblackscreen

Sound but black screen in standalone build

So I've spent a good few days trying to figure this one out, I have a project that builds perfect to Android but I recently converted it to PC standalone, but whenever I build the game runs and I can hear the audio but the screen is black

I've tried all build settings (auto api, dx9 only, dx11 only, or both), I have changed the render path to and from forward and deferred

All scenes are added to the build and I get no output errors, interestingly using 2017.1 and checking the 'Display Resolution Dialog' the game crashed with an access error, unchecking it results in sound but black screen.

Using 2017.1 and 5.6.1 Resolution dialog works in 5.6.1 but not 2017.1, also I see the Unity splash screen and then black

Please help

Comment
Add comment · Show 5
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 Alvindrakes · Feb 10, 2018 at 05:03 AM 0
Share

Hi I am having the same issue now, Did you manage to solve this problem??

avatar image outasync · Feb 10, 2018 at 11:28 AM 0
Share

Yes, I performed a clean nvidia driver install

avatar image pako outasync · Feb 10, 2018 at 12:38 PM 0
Share

@outasync it would be very helpful to others if you posted your solution as an answer.

avatar image outasync · Feb 10, 2018 at 12:51 PM 0
Share

I agree and I tried but Unity won't let me post any answers

avatar image pako outasync · Feb 10, 2018 at 01:02 PM 0
Share

That happened because you had already posted a comment as an answer, which I converted to a comment so you can then add your answer :-)

Hmmm... you accepted your own answer which doesn't give you any points... I'll briefly unaccept it, and then accept it myself, so you'll get your karma ;-)

5 Replies

  • Sort: 
avatar image
0
Best Answer

Answer by outasync · Feb 10, 2018 at 12:53 PM

A clean nvidia driver install worked for me

Comment
Add comment · Share
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
0

Answer by bolkay · Sep 12, 2017 at 05:57 PM

  1. Make sure you are building the correct scene[0].

  2. check the camera settings.

  3. Is there such error when you play your game in the editor?

Comment
Add comment · Show 1 · Share
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 outasync · Sep 12, 2017 at 06:05 PM 0
Share
  1. The scene is definitely being built, I can hear the intro music

  2. I have camera depth at -1, clear flags - solid color (I have no skybox) render path - use graphics settings

  3. I get 4 warnings but these are just unused variables

It builds and runs fine on android

avatar image
0

Answer by Litleck · Sep 12, 2017 at 08:25 PM

Is it 2D or 3D possibly if 2D you could have a sprite in front blocking the camera. Do you have any lamps in your scene and is there any ambient light? Make sure you have your lamp at not exactly at 0 on the z axis if your using a 2D setup.

Comment
Add comment · Show 1 · Share
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 outasync · Sep 12, 2017 at 08:35 PM 0
Share

Its 3D, these's nothing in front of the camera, just to be sure I have tried disabling the canvas and various other objects. The build im using is identical to the android build which works perfectly, one thing I have noticed is that I get a black screen even on a brand new project with all default settings in Unity 2017 & 5.6 building for DX9 & DX11

I have reinstalled C++ redist, my nvidia drivers and nothing works. On a standalone build everything is working except the screen is completely black, I hear the audio and I get confirmation that my game is getting input from the mouse

avatar image
0

Answer by edem81 · Feb 10, 2018 at 12:50 PM

Hi , i have a same problem.I buildid my 3dgame for pc.The game is running (have sounds) , but the background of the original unity splashscreen dont disappear.Did you find a solution?,Hi,i have a same problem.My 3d game builded for pc.Havent error messages.The game is running(heard sounds),but the background of the original unity splash screen dont disappear.Did you find a solution?

Comment
Add comment · Show 2 · Share
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 Alvindrakes · Feb 26, 2018 at 08:14 AM 0
Share

Hi, did you manage to solve this problem??

avatar image edem81 Alvindrakes · Feb 26, 2018 at 01:48 PM 0
Share

Yes and No.The game is running perfectly an other pc-s,just havent screen in my laptop.This is weird becouse i made the game on this laptop.The problem maybe the videocard.

avatar image
0

Answer by kikesa72 · Jan 26, 2021 at 03:30 PM

The solution is in the Project Settings > Graphics, and select another file to the Scriptable render Pipeline Settings. It works for me in 2019.3, hdrp, becuase failed in the same way.

Comment
Add comment · Show 1 · Share
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 pako · Jan 26, 2021 at 05:36 PM 0
Share

@kikesa72 there was no Scriptable Render Pipeline when the question was posted (or maybe SRP was experimental). Anyway, it's good you solved your problem with a more recent Unity version.

Follow this Question

Answers Answers and Comments

120 People are following this question.

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

Related Questions

Error while accessing mysql from unity for windows 0 Answers

How to call standalone app from background? 1 Answer

how can I remote sqlite from android to pc/standalone after build? 0 Answers

export standalone video on mac and pc 1 Answer

Will PlayerPrefs be efficient and allowed if the game is published on Steam? 0 Answers


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