-
Can I do make launch with render off screen option? So far I found |
Beta Was this translation helpful? Give feedback.
Answered by
E-Chow
Oct 5, 2024
Replies: 1 comment 1 reply
-
make launch ARGS='--editor-flags="-opengl -RenderOffScreen --carla-rpc-port=2000"' |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the reply. This isn't the solution, however, you inspired me to look further into the script of CarlaUE4.sh and Build tools, and I found out a way to modify BuildCarlaUE4.sh to pass these argument into Editor. Here's the way to do it, you can change RHI="-vulkan" to RHI="-RenderOffScreen" then do make launch.