I am making a game where my task is exclusively building levels. After finishing, I save the level and want to add the ability to create a new clean level using a button in the main menu. Is this possible?
Hi,
I try to add new level template for UE5.
I create a level and the thumbnail texture, save them.
I use the thumbnail of the template TimeOfDay as reference for the parameters of the texture.
so my thumbnail asset have the same parameters etc…
And i copy the assets files in the UE5 engine install directory.
The umap.
[levelumap]
The thumbnail asset.
[leveltumbnail]
And modified the BaseEngine.ini file.
[ini]
But the new level template doesn’t show up in the dialogue to create ne…
Once you have your new template map you can go into the project settings and update the templates override array.
I highly recommend you get a list of the current template maps and add them to the array.