-
Notifications
You must be signed in to change notification settings - Fork 7.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inactive scene is updated after transition complete #5550
Comments
This issue has been mentioned on Phaser. There might be relevant details there: https://phaser.discourse.group/t/inactive-scene-is-updated-after-transition-complete/8850/3 |
Scene POST_UPDATE also fires once after transition completes as well. Here is an example of both: https://codepen.io/samme/pen/ExNgKLY. Click to start transition, wait for transition to complete, then see failed assertions in console. |
I made a fix but it's a little weird: samme@4f02236 |
Thank you for submitting this issue. We have fixed this and the fix has been pushed to the |
Version
3.52.0
ubuntu 18.04
chrome
Description
Hi,
I tried to use scene Transition and I found inactive scene was updated after shutdown (only once).
I’m not familiar with Phaser, system.sceneUpdate.call seems to be called after scenePlugin.transitionComplete.
Example Test Code
Transition was started as following…
The text was updated successfully, but these errors were encountered: