Open hddnblde opened 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.
FadeIn(float time, Color color)
Please use the unity UI image as the screen blocker.
Please use coroutine instead of Update function.
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.