Hello. I have a gameObject for a LoadingScreen which has a DontDestroyOnLoad so it's still present during scene transitions. However, when I Load a save file, the screen turns black while the game loads. Once the scene loads, my loading screen is visible again. Why is this happening and how can I prevent it?
I'm on AC v1.74.2
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
AC will draw a black overlay while initialsing.
You can prevent this by unchecking Black out when initialising? in the Settings Manager's "Scene loading" section, but the black overlay itself comes from the MainCamera. Clear the MainCamera's Fade texture to prevent it from drawing anything.
Black out when initialising is already unchecked. But removing the texture fixes it. Thanks!