Merge pull request #7181 from mhilbrunner/outdated-1

Update About > Troubleshooting for Godot 4
This commit is contained in:
Max Hilbrunner
2023-04-18 01:57:54 +02:00
committed by GitHub

View File

@@ -1,5 +1,3 @@
:article_outdated: True
.. _doc_troubleshooting:
Troubleshooting
@@ -98,15 +96,6 @@ default values in the NVIDIA Control Panel.
To disable this overlay on Linux, open ``nvidia-settings``, go to **X Screen 0 >
OpenGL Settings** then uncheck **Enable Graphics API Visual Indicator**.
The project window doesn't appear centered when I run the project
-----------------------------------------------------------------
This is a `known bug <https://github.com/godotengine/godot/issues/13017>`__. To
resolve this, open **Project > Project Settings**, make sure **Advanced
Settings** is active, and enable **Display > Window
> DPI > Allow hiDPI**. On top of that, make sure your project is configured to
support :ref:`multiple resolutions <doc_multiple_resolutions>`.
The project works when run from the editor, but fails to load some files when running from an exported copy
-----------------------------------------------------------------------------------------------------------