How do I unload a scene after doing LoadLevelAdditive

I have scene A loaded.

I load scene B with LoadLevelAdditive.

How do I unload scene B and keep scene A loaded?

Thanks

Either:

  • Destroy unwanted objects manually (by calling Destroy())
  • Load as a new scene (not additively)
  • Use SECTR Stream from the asset store to do that for you