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
Per #1469, freezing the Bevy editor scene should pause an in-scene video, resuming correctly on unfreeze. Confirmed broken on both platforms tested, with different symptoms:
macOS: video plays normally, but pausing (freezing) then unfreezing restarts the video from the beginning instead of resuming from where it paused.
Windows: video does not play at all in the Bevy client β not yet confirmed whether this is specific to the freeze feature or a more fundamental Windows video-playback issue independent of freezing.
π£ STR (macOS):
Play a scene containing a video
Freeze the scene mid-playback (pause button)
Unfreeze (unpause - resume)
Observe: video restarts from 0:00 instead of continuing
π£ STR (Windows):
Play a scene containing a video in the Bevy editor on Windows
Observe: video never begins playing at all
βοΈ Expected Result:
Video pauses on freeze and resumes from the same point on unfreeze, on both platforms.
β Actual Result with evidence:
macOS: restarts from zero on resume. Windows: never plays in the first place.
β Reproduction:
π Always, both platforms
π₯οΈ Operative system and additional Notes:
macOS [confirm chip] + Windows 11 (Daf). Worth dev input on whether the Windows "never plays" symptom shares a root cause with the Mac "resumes from zero" symptom, or whether Windows has a separate, more fundamental video-playback issue unrelated to freeze β recommend confirming whether Windows Bevy video playback works at all outside the freeze feature, to isolate.
π οΈ Build version:
Decentraland Creator Hub 0.45.0 (fix/bevy branch) β PR #1463, item "Video pause on freeze" (#1469)
π Issue Description:
Per #1469, freezing the Bevy editor scene should pause an in-scene video, resuming correctly on unfreeze. Confirmed broken on both platforms tested, with different symptoms:
π£ STR (macOS):
π£ STR (Windows):
βοΈ Expected Result:
Video pauses on freeze and resumes from the same point on unfreeze, on both platforms.
β Actual Result with evidence:
macOS: restarts from zero on resume. Windows: never plays in the first place.
β Reproduction:
π Always, both platforms
π₯οΈ Operative system and additional Notes:
macOS [confirm chip] + Windows 11 (Daf). Worth dev input on whether the Windows "never plays" symptom shares a root cause with the Mac "resumes from zero" symptom, or whether Windows has a separate, more fundamental video-playback issue unrelated to freeze β recommend confirming whether Windows Bevy video playback works at all outside the freeze feature, to isolate.
10.08.2026_09.14.40_REC.video.pause.stop.mp4
Example src/index.ts