Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi FPV Freerider,

As an experienced Unity Dev it is quite simple to add new scenes. All you need to do is request the level (in unity scene format), and then add it to your own by importing the scene. Unfortunately this doesn't allow you to add it in as dlc. You would need to compile a new executable

Correct, you need to compile a new executable.