Author Topic: Blue Screen  (Read 5141 times)

stevej

  • Full Member
  • ***
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 117
    • View Profile
Blue Screen
« on: January 03, 2017, 04:17:33 PM »
A copy/paste from the Unity forum:

I know this isn't much to go on, but wanted to run this by people to see if anyone has had similar experiences or knows of possible solutions.

I've had two users now report that when they launch The Deep Paths on their system, they see the resolution/quality selection window, make their choice and launch the game, and then get nothing but a blue screen, with my custom mouse pointer, and the menu music playing. One guy said that through random clicking, he was able to hit buttons, so it seems everything is there and functioning - just not rendering.

Both of these reports came from people running Nvidia GTX series cards (latest guy running a GTX980M).

For everyone else, the game runs just fine.

My menu does not use any camera, other than a UI camera for NGUI, so I'm also going to post this on the NGUI forum just in case it's something specific to that.

I've only found one other reference to this "blue screen" on the Unity forum, from someone running a Linux build, but there was no further information.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Blue Screen
« Reply #1 on: January 04, 2017, 10:01:47 AM »
Check what clear settings you have on your camera. My guess is you originally made a UI, then deleted the main camera. When you create a UI camera and there is an existing camera, it automatically sets the UI camera to be secondary -- clearing only depth, but not color. So when you then delete the main camera, there is nothing to clear color for you.

Simply set the UI camera to clear color.