From 1636fb8856759495aaeb156517d9a4cd2a33b967 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Fri, 27 Nov 2020 15:56:24 +0100 Subject: Document the lack of localization remapping support in VideoPlayer See #43917. --- doc/classes/VideoPlayer.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/VideoPlayer.xml b/doc/classes/VideoPlayer.xml index 60f0a40159..80f97c3419 100644 --- a/doc/classes/VideoPlayer.xml +++ b/doc/classes/VideoPlayer.xml @@ -6,6 +6,7 @@ Control node for playing video streams using [VideoStream] resources. Supported video formats are [url=https://www.webmproject.org/]WebM[/url] ([code].webm[/code], [VideoStreamWebm]), [url=https://www.theora.org/]Ogg Theora[/url] ([code].ogv[/code], [VideoStreamTheora]), and any format exposed via a GDNative plugin using [VideoStreamGDNative]. + [b]Note:[/b] Due to a bug, VideoPlayer does not support localization remapping yet. -- cgit v1.2.3