I generate a new blank scene at runtime with:
SceneManager.CreateScene(“MyNewScene”);
Later I want to unload this scene and release it´s allocated memory, but because it´s not listed in BuildSettings I get an error: ArgumentException: Scene to unload is invalid.
How can I unload this scene and release its allocated memory?