Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I also really loved your menu intro.  It is inspiring and makes me think about what I could have done with my game.

May I ask you how you handled the timing/fading?  Was it with animation component, hard coded in scripts, or something else?

Thank you! I handled it partially with scripts while learning how to use the Unity UI Toolkit, but I don't think it was the most efficient way to do it lol. In hindsight I probably should have just used Canvas which would be easier to implement with the animation system. That's the way to go! lol. 

(+1)

Ah i see, I was thinking there are multiple ways to achieve it and was wondering which way would be more clean/efficient.

thanks for the insight!