I want to get a fade effect, and I want to use a solid plain with a solid black material on it and then slowly turn up the opacity til it’s 100% and then bring it back to 0% when I want to fade back in!
Not even sure how to go about this.
What I conceptually want to do with the code would be as follows.
Attach a script component to the plane that has the black material to it.
Within the script control when it begins to turn up the opacity from 0 to 100.
Then when signaled go from 100 to 0.
If there is a better way I’d like to know, but again I don’t even know how to execute my concept either lol. Cheers.
-AJ