Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thanks for your feedback! Sorry if the text was very bright for you, and about that respawn issue I have actually placed the respawn trigger way down in the void cuz of this problem but somehow its till restarts the player in the middle of the game I have got many comments referring to this but I dont know the solution maybe you can download my source files and check (Unreal engine) .

(+1)

From what I've seem in the source, the random restarts were caused by some balls entering the Level_Restart_Volume. To fix it I added a cast node to check if the actor causing the overlay was from player class before doing the restart.

OMG, Thanks so much i will fix this bug as soon as I get to my laptop!