Forum rules - please read before posting.

Player switch to other scene has black screen

Hey, quick question,
We have a game where you can swap players between different scenes and we want the camera to fade out to white then back again.
This works but when the scene changes the screen goes black for a second (ruining the white fade).
We use the Player Swap action with the appears in other scene option. (with a camera fade before it).

My question is does the Player Swap default to creating a black screen and if so can it be changed?

Thanks

Comments

  • Also please note that normally this wouldn't show as the fade would hide it But in our case using a menu to do the fades instead, so its visible

  • AC's built-in fade effect is performed in OnGUI calls, meaning it'll display above all else in the scene - including Menus.

    There's no need to rely on a custom menu just for a different fade colour, however - you can set the fade texture to pure white in the MainCamera's Inspector.

    If you did want to rely on your own method, you could also feasibly set this to a transparent texture, so that your own menu becomes visible.

  • Yep, setting the MainCamera's fade texture works a treat,
    Thanks for the great support :)

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.