Island Demo in Lerpz World

I've imported the island demo package into the Lerpz 3D world in order to have an added scene (the island demo as a scene). However, after exporting, I see that it is not its own scene. I have the assets available, however. My goal is to combine the two scenes (Lerpz 3D and island demo) into one project so as to make both scenes available in the final game. How do I have the island demo work as a scene? Thanks!

Hi, you must make a unity package with all the island's elements then import that package on the Lerpz project and add the scene on the build options, if you just copy and paste the objects from the island project to the Lerpz project that certainly don't work because unity don't detect that type of file movement as they're own, so importing a package it's 100% the best way to achieve your goal, if you don't know how to create a package follow this simple steps:

With the Island project opened:

1.- Select all the files in the project view in unity. 2.- Right click on any one that selected and choose export package. 3.- Choose a name for that package and his location.

Now open the Lerpz project and on the project view right click and choose import package, all the items will be there and selected, don't change anything just click over import and that's all, you don't have to make anything on the island scene, it's already done.

You now got the Lerpz project and the island project in the same project.