Loading Screen

Hello Unity3D i have a question about loading screens how can i make it that i can make a loading screen using unity3D(FREE),something like a wallpaper or a animated 2nd picture?If anyone knows how i can do this.Can you please tell me how?

With Unity Pro, you can use Application.LoadLevelAsync. Unity - Scripting API: Application.LoadLevelAsync

This asset bundle looks like it will also work Scene Pre-Loader | Camera | Unity Asset Store (I haven’t used it so I cannot verify).

I think you’ll have to get creative if you want a real progress loader in the free version of Unity.

Detailed Unity3D Actual Loading Screen Tutorial (With free C# Script and Demo project)
http://techscenarios.com/2019/01/unity3d-add-loading-screen-to-your-game/

Or watch it on Youtube