Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thanks for the reply! 

That script call is working, but the Regular Button does not show up on certain Scenes if that Scene is not allowed on plugin Parameter. Is there any way to ignore the setting from the parameter and force show the button on a certain Scene?

Hi there!

You can try removing that:

"button.parameters.scenes.includes(scene)"

But I don't know if it will trigger an error or cause unexpected behavior.