Add troubleshooting section
This commit is contained in:
parent
ace72648be
commit
60ed4b4315
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
Loading…
Reference in New Issue