From 632b5537540d5b7b01e05513b96c873cd3bec687 Mon Sep 17 00:00:00 2001 From: Nicolas Earnshaw Date: Wed, 4 Dec 2024 10:18:34 -0300 Subject: [PATCH] note about video optimizations on Editor docs Signed-off-by: Nicolas Earnshaw --- content/creator/scene-editor/smart-items/play-videos.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/creator/scene-editor/smart-items/play-videos.md b/content/creator/scene-editor/smart-items/play-videos.md index 8dd90cf5..f7138b30 100644 --- a/content/creator/scene-editor/smart-items/play-videos.md +++ b/content/creator/scene-editor/smart-items/play-videos.md @@ -31,7 +31,11 @@ You can configure the volume of the video's sounds. Note that the audio from the You can also configure the video to either loop or play once. {{< hint warning >}} -**📔 Note**: Avoid playing more than one video at any given time in your scene, because it can severely impact performance for players. Always stop other videos before playing a second video. +**📔 Note**: If too many videos are playing at the same time in your scene, some will be paused by the engine. The priority is determined based on proximity to the player, direction of the camera and size of the screen. The maximum amount of simultaneous videos depends on the player's quality settings. + +- Low: 1 +- Medium: 5 +- High: 10 We also recommend starting to play the video when the player is near or performs an action to do that. Starting to play a video when your scene is loaded far in the horizon will unnecessarily affect performance while players visit neighboring scenes. {{< /hint >}}