Fade out image

How would I make it so when the game loads an image fades out?

Hi @Mason_Rocchio! If you mean after loading, you can change the opacity based on delta time. I used this in my own project somewhere. When I’m home I try to make an example project for you.

Ok but to be more specific, there is a black screen on and it fades after loading.

1 Like

I decided to apply the fade out effect in a custom loading screen using CSS.

https://playcanvas.com/project/932254/overview/loading-screen-fade-out

1 Like

You can tweak it even more if it’s not quite what you’re looking for yet.