x


White flashing while in LoadLevel/LoadLevelAsync

This has begun happening when we upgraded our projects to 3.5.1 from 3.4.x. In the editor, the screen flashes to white for a second (exact time seems to vary depending on the scene load), and in the build it even shows the desktop.

It appears to happen in all scenes, but within the editor it isn't always visible.

It also appears to happen when opening a scene within the editor (in edit mode).

We have tried keeping the camera alive, removing gui drawing, and disabling all the objects, and found no specific trigger.

more ▼

asked May 02 '12 at 04:44 PM

gigaherz gravatar image

gigaherz
20 1 2

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

WE HAVE SOLVED OUR ISSUE.

One script was wrongly changing quality settings within the Start() function. Specifically, it was changing QualitySettings.antiAliasing = 0;

Even if the AA level was already set to 0 beforehand (in the game config or from the main menu), this caused the game engine to reconfigure the device.

Removing the line above fixed the issue.

more ▼

answered May 03 '12 at 10:57 AM

gigaherz gravatar image

gigaherz
20 1 2

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

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

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x263
x33
x26
x16

asked: May 02 '12 at 04:44 PM

Seen: 490 times

Last Updated: May 03 '12 at 10:57 AM