top of page

Day 11: Transitioning between Scenes

Updated: Jul 11, 2023

Creating the scenes had been enough of a challenge for me; to be able to fluently transition from one scene to another was a whole other problem. It wasn't that the transitioning itself was necessarily hard, I had just never done anything like it before, and didn't know what to expect. And so I conceded to Youtube tutorials once again, learning as much as I could from them about animator controllers, changing alpha values to make a fade to black transition, and how only scenes put into the build settings would be transitioned between. After countless hours of research and coding, I finally managed to get a very rudimentary fade to black transition going when the space bar is pressed. I heaved a heavy sigh, and thanked the stars the hard part was over. All that was left to do was finishing touches, and I would be done.


______________________________________________________________________________________________________


What are animator controllers?

An Animator Controller allows you to arrange and maintain a set of Animation Clips and associated Animation Transitions.


What is alpha?

The alpha value of the Albedo colour controls the transparency level for the material.


What are build settings?

This documentation describes how to define the scenes, target platform, and settings for your build.


ree

Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating
bottom of page