Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Save the Watermelon

Shoot the seeds to kill the bees. They're definitely just seeds and bees. Yup. That's all. · By chrisandjacksketch

The start button is still highlighted after game is over

A topic by Proman4713 created 16 days ago Views: 9
Viewing posts 1 to 1

Make sure that if you’re using SceneManager in Unity, to unload the starting scene, so that when you go back to it the button’s state is reset.

Also try to make the game assets load gradually after the game loads, because currently it takes to long to even get to the made with Unity splash screen! Or maybe add a custom splash screen after the unity one (which I also do for my games) with the same background color to make the game first load your splash screen scene, then asynchronously load your game menu, instead of just staying plain gray until your menu shows!