From 8854804f4d7748e14d937ec763a2912823a7e5f5 Mon Sep 17 00:00:00 2001 From: MattRowe18 Date: Fri, 19 Nov 2021 11:57:58 +0100 Subject: [PATCH] add UE4 warning --- Docs/build_linux.md | 4 ++++ Docs/build_windows.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/Docs/build_linux.md b/Docs/build_linux.md index 12b2c6f4e03..a21b8e8e9f8 100644 --- a/Docs/build_linux.md +++ b/Docs/build_linux.md @@ -27,6 +27,10 @@ If you come across errors or difficulties then have a look at the **[F.A.Q.](bui * __An adequate GPU.__ CARLA aims for realistic simulations, so the server needs at least a 6 GB GPU although 8 GB is recommended. A dedicated GPU is highly recommended for machine learning. * __Two TCP ports and good internet connection.__ 2000 and 2001 by default. Make sure that these ports are not blocked by firewalls or any other applications. +..warning:: + __If you are upgrading from CARLA 0.9.12 to 0.9.13__: you must first upgrade the CARLA fork of the UE4 engine to the latest version. See the [__Unreal Engine__](#unreal-engine) section for details on upgrading UE4 + + ### Software requirements diff --git a/Docs/build_windows.md b/Docs/build_windows.md index 94581ad5d35..e778324ca0d 100644 --- a/Docs/build_windows.md +++ b/Docs/build_windows.md @@ -33,6 +33,9 @@ In this section you will find details of system requirements, minor and major so * __An adequate GPU.__ CARLA aims for realistic simulations, so the server needs at least a 6 GB GPU although 8 GB is recommended. A dedicated GPU is highly recommended for machine learning. * __Two TCP ports and good internet connection.__ 2000 and 2001 by default. Make sure that these ports are not blocked by firewalls or any other applications. +..warning:: + __If you are upgrading from CARLA 0.9.12 to 0.9.13__: you must first upgrade the CARLA fork of the UE4 engine to the latest version. See the [__Unreal Engine__](#unreal-engine) section for details on upgrading UE4 + ### Software requirements #### Minor installations