From 1ff05e4628d46983591c233634a4880c91a92f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Thu, 22 Aug 2024 20:31:40 +0200 Subject: [PATCH] Bump Godot version to 4.3 The current EIRTeam.FFmpeg version (1.1.0) requires Godot 4.3 to render properly. See: https://github.com/EIRTeam/EIRTeam.FFmpeg/issues/23#issuecomment-2175090420 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df6b520..9d1448d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ VR modes are flat screen (with zoom) , 180°, and 360° (equirectangular or equi ## Running from source: -- The project uses Godot 4.2. Make sure to get a compatble version. You can download a standalone binary on the [Godot Website](https://godotengine.org/download) +- The project uses Godot 4.3. Make sure to get a compatble version. You can download a standalone binary on the [Godot Website](https://godotengine.org/download) - Next, get the [EIRTeam.FFmpeg](https://github.com/EIRTeam/EIRTeam.FFmpeg/releases) plugin, and unzip it into the project folder.