I am developing a project in unity
The scenario is that we have the main application, in which we want to receive different scenes from the server and display them in the program.
I output the scenes using the asset bundle and upload them to the server
The problem here is that the scripts that were inside the scenes do not exist
How can I solve this problem?
And do you suggest another solution to implement this scenario?