Rendering my game

Im trying to render my game out i have multiple levels and a start menu which leads to the main menu which leads to the first level and then the next levels. How should i render my game out.

What do you mean by “Render”?
Do you mean to package your game so you can share it?

If so, here’s the docs on how to do that :

1 Like

Yes thanks

I don’t know which engine version you’re using but if you’re using UE5 the process is a bit different from the docs above.
Instead of File → Package Project

[UE4]

it’s Platforms → Windows → Package Project

[UE5]

1 Like