I have a Start Menu Button consist of 3, New Game, Continue, and Back. I want when player click on New Game or Continue, then the current scene will be fade in and the new one will be fade out. How to do that ?
Here are two tutorial videos that show what you want to achieve…
Using Unity’s new UI
Using Unity’s IMGUI
Thanks I will take a look…