Loading Level Async for unity free ?

Another way to create unity Loading Level Async for free ?
I have tried to make but unfortunately, requires unity pro :cry:

Well… Short answer: You can’t.

But you can simulate it in a way, if what you want to achieve is a “loading screen”.
You should have a Scene whose sole purpose is to load another scene. Whenever you want to “load” a game or a scene, you will call the loading scene which in turn will call the scene to load, while showing some sort of gui to communicate to the player that the game is loading.
The downside is you can’t animate it, but you’ll have to limit yourself to a static loading screen.