Hello,
To reproduce this issue, create a tutorial for one screen and set the "Is Replacing NExt Button" true for the last step.
When you get to the next screen, have no tutorial for that screen. Simply click in the blank space where the button for the previous page's tutorial was and you will see the on click event of that button fire.
It seems like the OnClickNextHandler is called even when there is no tutorial is loaded to run.
Are there are any workarounds for this issue?
We are using the latest version of the tutorial manager. When we finish with a tutorial for a particular screen and move to the next screen, the target object area of the last step stays active in the background.
We found out because we have another button in that space. When we click on that button, the click event for the previous screen's tutorial runs rather than the actual button for this screen.