EDIT: I think I’ve figured this out, sorry for the spam thread.
It’s only a spam thread now that you’ve posted “I think I’ve figured this out”.
Could you please post how you solved your problem, so that other people who have the same problem in future can find the answer here instead of asking the question over and over?
Well basically when I reloaded the scene, the transition was still on going…I never stopped it. So I added transition.cancel() into the storyboard exitScene function code. So now each time I hit reload, its a fresh transition…resolving my stuttering transition problem.
It’s only a spam thread now that you’ve posted “I think I’ve figured this out”.
Could you please post how you solved your problem, so that other people who have the same problem in future can find the answer here instead of asking the question over and over?
Well basically when I reloaded the scene, the transition was still on going…I never stopped it. So I added transition.cancel() into the storyboard exitScene function code. So now each time I hit reload, its a fresh transition…resolving my stuttering transition problem.