Some of our players are experiencing a very strange bug. When they start the game, it’s stuck in a pure white screen. There are a few lines of Debug.Log from our code, and then the following:
Unloading 3 unused Assets to reduce memory usage. Loaded Objects now: 2803.
Total: 0.449916 ms (FindLiveObjects: 0.065149 ms CreateObjectMapping: 0.086866 ms MarkObjects: 0.291513 ms DeleteObjects: 0.006131 ms)
Setting up 2 worker threads for Enlighten.
Thread -> id: 3ed0 -> priority: 1
Thread -> id: 6a0 -> priority: 1
It’s always stuck after the Enlighten working threads thing.
This happens only to some of our players, but those few players get it all the time and can’t start the game. For other players the game runs fine, and looking at their logs, there isn’t an Enlighten line in the log such as this at all. I couldn’t find anything in common for those who get the problem.
Any ideas? We’re getting more and more of these lately.