You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to import my maps into carla ue5 by using make import. However, the makefile says MakeFile build is currently disabled. Can we use other method to import additional maps? Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
if I remember it correctly, Carla ue5 doesn't support map import currently.
You can copy the Carla ue4 maps into Carla ue5, but you have to make some changes to make them work (weather actor needs to be replaced, and other things).
Another idea would be to copy Town10 and modify it it. For example, delete every Building, ground, and other objects, and import new one in Unreal.
Hi, I'm trying to import my maps into carla ue5 by using
make import
. However, the makefile saysMakeFile build is currently disabled.
Can we use other method to import additional maps? Thank you.The text was updated successfully, but these errors were encountered: