Visual Novel Starter Framework fading from menu
Posted: Sun Dec 16, 2018 3:56 pm
I'm using the Visual Novel Starter Framework and set my game up with the same main menu and scenes.
The Dialogue Manager game object is set up with a Standard Scene Transition Manager component with fade in and out animations.
The problem is that the example scene is set up so that the main menu panels are deactivated before the fade out transition plays, when it would be preferable to fade and then set the panels to inactive.
In my game this causes some of the game objects and background to become visible briefly before the scene fully fades to black.
I've tried to implement a few things, and can code a solution that works for creating a new game, but not for loading a saved game.
I wanted to check that I'm not missing an easy way to handle this.
I hope I've explained this clearly. You should be able to see whats happening in the Visual Novel Starter Framework
The Dialogue Manager game object is set up with a Standard Scene Transition Manager component with fade in and out animations.
The problem is that the example scene is set up so that the main menu panels are deactivated before the fade out transition plays, when it would be preferable to fade and then set the panels to inactive.
In my game this causes some of the game objects and background to become visible briefly before the scene fully fades to black.
I've tried to implement a few things, and can code a solution that works for creating a new game, but not for loading a saved game.
I wanted to check that I'm not missing an easy way to handle this.
I hope I've explained this clearly. You should be able to see whats happening in the Visual Novel Starter Framework