From 799afd0871721bef091050b0dbfa01a48119d77c Mon Sep 17 00:00:00 2001 From: skyace65 Date: Mon, 18 Oct 2021 18:24:46 -0400 Subject: [PATCH] Remove warning about PCK files larger than 2GB (Master) --- tutorials/export/exporting_projects.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tutorials/export/exporting_projects.rst b/tutorials/export/exporting_projects.rst index 4921d88d2..c74d84b9a 100644 --- a/tutorials/export/exporting_projects.rst +++ b/tutorials/export/exporting_projects.rst @@ -34,13 +34,6 @@ tools like the editor and debugger. Finally, Godot has a simple but efficient system for :ref:`creating DLCs as extra package files `. -.. warning:: - - Godot does not support loading PCK files larger than 2 GB yet. If your - exported project data is larger than 2 GB, you will need to split it into - several PCK files by :ref:`exporting additional PCKs ` - and loading them at run-time. - On mobile ~~~~~~~~~