I’ve been trying to make the Title Screen fade in at startup, but I can’t get it to work. I tried adding an action to the Title Menu to trigger the fade when it’s enabled, but that didn’t work. I also added a camera fade to the Title Screen scene, but it still doesn’t fade in. How can I force the Title Screen to fade in?
P.S. I'm using AC built-in TitleScreen.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Are you looking to fade in the Menu itself, or the scene that it's shown in?
Fading in the Menu is a case of adjusting its Transition settings at the bottom of its properties in the Menu Manager.
You can use Camera: Fade to fade in the Camera but bear in mind that the Menu pauses the game by default, so you'd either need to set Behaviour when paused to Continue, or uncheck Pauses game? in the Menu's properties.
With the latter, you'll also need to lock your regular gameplay Menus (e.g. Inventory, InGame) to prevent them from showing during this time.
Just the scene that it's shown in.