Load Scene Additive not working on build project

Hi! I’ve looking for a solution but nothing with visual scripting solution. I have this project with several scenes and all of them have a loader of another scene with UI. The additive scene works in the editor but not once I build the game and test it on mobile.

I found this solution but I don’t know fow to apply it with bolt

https://stackoverflow.com/questions/50382477/unity-loadscenemode-additive-mode-not-working-in-window-build

Can anyone with me a hand with this?

Thanks!!

Finally I’ve used a script with this:

SceneManager.LoadScene(“OtherSceneName”, LoadSceneMode.Additive);

Yes, this is the solution. As long as the scene is in the build settings, it will work for your built project.
7018192--830710--upload_2021-4-8_10-17-46.png

1 Like

I’ve used that bolt flow but not worked once I build it, so I finally made a script and worked fine. So strange!

My problem now is that ads worked fine in the editor version but not in the build. They don’t show up between the levels and the player can’t pass it. this screenshot never showed up in build version! So strange

What is the platform you are trying to build on?

1 Like

Hi, thanks for your help. The platform I’m targeting is Android, but right now that is not my main problem. I mean: I want to remove the unity ads from my project.

1.- I’ve already deleted the project on the unity ads dashboard.
2.- It seems that I have duplicated content on my project but don’t know how to solve this console errors. (see atached image 1.png and 2.png)
3.- Once I have unninstalled from the asset manager the “advertisement” package (see image 3.png)

4.- It no longer gives me the image 1.png error but this new one console log image 4.png.

And I don’t what could it be… Is it because I’m using bolt visual scripting?

How can I solve this?

THANKS AGAIN FOR THE HELP




Soooooo Finally I’ve installed again unity monetization package and it seems to work fine. I’m using admobs instead of unity ads and let’s see what happens. Thanks for the support!!