Improve the scene start logic #5999
samme
started this conversation in
Feature Requests
Replies: 1 comment
-
Agreed and merged! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
LOADING
should ignore any start operationsSLEEPING
should be shut down before starting (just likePAUSED
scenes)These changes would avoid the problem where a scene's
create()
method is called twice, usually duplicating things.Examples: https://codepen.io/samme/pen/rNYyxyQ
Beta Was this translation helpful? Give feedback.
All reactions