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
-
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