You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2023. It is now read-only.
Now that the scene number implementation has reached production in both sides (kernel and renderer), every unneeded 'scene id' parameter or method should be removed from kernel->renderer or renderer->kernel messages.
Remove from the browser interfacesceneId parameters support from: SceneEvent(), PreloadFinished(), TermsOfServiceResponse(), ControlEvent(), SetHomeScene(), ReportScene(), VideoProgressEvent(). Check if something needs to be removed from the renderer first.
Standarize scenes unloading as UnloadScene() instead of UnloadSceneV2()
TEST
Web + desktop clients
Test portable experiences load & unload keeps working before and afte revery change (since they still use scene ids when paired to wearables in the renderer)