From 60ed4b431568c2d35228f1fb880a2a68280c38a7 Mon Sep 17 00:00:00 2001 From: nsubiron Date: Mon, 30 Oct 2017 16:56:57 +0100 Subject: [PATCH] Add troubleshooting section --- Docs/index.md | 1 + Docs/troubleshooting.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 Docs/troubleshooting.md diff --git a/Docs/index.md b/Docs/index.md index 9620a6a33..cdf20bbea 100644 --- a/Docs/index.md +++ b/Docs/index.md @@ -5,6 +5,7 @@ CARLA Documentation * [How to run CARLA server and client](release_readme.md) * [CARLA Settings](carla_settings.md) + * [Troubleshooting](troubleshooting.md) #### Compiling diff --git a/Docs/troubleshooting.md b/Docs/troubleshooting.md new file mode 100644 index 000000000..eeea43b60 --- /dev/null +++ b/Docs/troubleshooting.md @@ -0,0 +1,8 @@ +Troubleshooting +=============== + +#### Very low FPS in editor when not in focus + +UE4 Editor goes to a low performance mode when out of focus. It can be disabled +in the editor preferences. Go to "Edit->Editor Preferences->Performance" and +disable the "Use Less CPU When in Background" option.