Why is async additive deprecated?

There are already very-limited async options in Unity – this seems very useful. I’m curious why ~

I thought async would mostly be default with more options, anyway, as you won’t see a game in the past 10 years that completely freezes when you load scenes. I wonder if there are other hidden gems of options somewhere I’m not seeing ~

Usually docs will give an alternative or an explanation, but this one’s just like “nope” ;D

Eh? As far as I can tell, it’s not deprecated at all, not even in Unity 2017.1.

Ah, that’s the original :slight_smile: this one, it’s an overload:

https://docs.unity3d.com/560/Documentation/ScriptReference/Application.LoadLevelAdditiveAsync.html

That’s the really old way to do it, you can’t load levels at all with Application anymore, async or not, additive or not, that’s what’s been deprecated. Now you use the new SceneManager.

Right ~ Pretend that says SceneManager now. Additive is still removed :wink:

EDIT: WAIT! IT’S NOT!!

https://docs.unity3d.com/2017.1/Documentation/ScriptReference/SceneManagement.LoadSceneMode.html

Haa a hidden gem – I found it via the link up top. I thought it was completely removed!! Woot