carla/Docs/troubleshooting.md

15 lines
558 B
Markdown
Raw Normal View History

2017-10-30 23:56:57 +08:00
Troubleshooting
===============
2017-11-08 02:02:45 +08:00
#### Editor hangs after hitting Play
By default, when CARLA is started it waits for a client to be connected and
control the vehicle. This is the intended behavior. This can be changed in
"./Unreal/CarlaUE4/Config/CarlaSettings.ini" changing `UseNetworking=false`.
2017-10-30 23:56:57 +08:00
#### 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.