I wanted to know how to: instead of just blinking into the next scene, have it fade or some sort of transition going into the next scene!
1 Like
Usually people put a blank screen-sized object (black/white/whatever color you want), and then fade in-it’s opacity to 255 (starts at 0/invisible, goes to 255/full color).
After it’s 255, they change scenes, where there’s another object already at 255. They then fade-out it’s opacity it down to 0.
2 Likes
Thankyou! It worked!
1 Like