Hello everyone,

I ran into an issue today (I'm making a 2D game).
My scene changer works perfect, but when I come back into my main scene (town), it loads a blue screen for 2/3 seconds before loading my scene map.

How can I resolve this?

Thank you for your help,
Jihaysse
  • Are you sure that your transition color isn't blue?
    Are you sure that From current is disabled?
    Are you sure you that loading scene mode isn't addictive?
  • edited April 2020
    I made a video of my problem here :
    https://streamable.com/1t1etw

    I checked that "From Current" is disabled, but where can I check about transition color (or you meant fade color? This one is black) and Loading scene mode?

    I think the blue I see is from my camera's background. But I don't know why this happens.

    Thank you for your time!
    Post edited by Jihaysse on
  • I meant fade color, sorry. Maybe your fade color is transparent?
    Loading Scene Mode is above the name of a scene you are loading.
  • edited April 2020
    Loading scene mode is single.
    Fade color is transparent => black, black => transparent. The same as my other scene changer and it works good there. It only becomes weird when I try to get back in my main scene.

    From what I tested, it acts like this as soon as I enter back in my main town scene:
    1) Shows where is my main camera position
    2) Shows my camera's background (blue default color but I tried to change it to yellow and the scene transition bug became yellow)
    3) Back to my player position and works fine from now

    Btw, I'm using the default Top Down Border Camera Control.
    My Player Controller is a custom one.

    EDIT: I disabled height & distance damping in my Camera Settings in the Ork Framework and now I don't see the blue (yellow) background anymore, but I still see my camera's position first - before updating on my player position.

    EDIT 2 : It works now!
    I had the "Wait for Fade" enabled in Screen Fade In.

    Thank you for your time :)
    Post edited by Jihaysse on
Sign In or Register to comment.