Просмотр исходного кода

Merge pull request #5335 from skyace65/PCKWarningMaster

Remove warning about PCK files larger than 2GB (Master)
Max Hilbrunner 4 лет назад
Родитель
Сommit
5773ccfcb0
1 измененных файлов с 0 добавлено и 7 удалено
  1. 0 7
      tutorials/export/exporting_projects.rst

+ 0 - 7
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 <doc_exporting_pcks>`.
 
-.. 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 <doc_exporting_pcks>`
-    and loading them at run-time.
-
 On mobile
 ~~~~~~~~~