ProgrammingPhilippines / project_rei

Community Game Project of PPH
6 stars 0 forks source link

Screen Fader #12

Open hddnblde opened 1 year ago

hddnblde commented 1 year ago

A module that fades the screen from and to a specified color (default color = black).

Must have a function FadeIn(float time, Color color) which controls the time it takes to fade in, and what color to specify.

Please use the unity UI image as the screen blocker.

Please use coroutine instead of Update function.