Scene action not working

Hi I cant get the banner to go to the next scene, have followed all steps of adding the behaviour on unload etc.

Could you show us what you did? Maybe in a document?

Scene “unload” is only called once you actually leave a scene. So this wouldn’t work as a “go to next scene” as it won’t be called until you transition to the next scene. Try using a button and attach the “go to scene” action to it (On Mouse Click).

D