How to display loading screen at startup of our app?

I’m a newbie user of unity3d. I’m build a small math game. I want to display loading screen at startup of my game. I have made loading screen and every thing ok. But i wanted to display it after unity’s official logo. I’m using free version pls any one reply…

You could achieve this by creating a new scene with your loading screen logic. Set this scene as the first one in your build settings and load the game scene after.

This tutorial might help you: How to make a LOADING BAR in Unity - YouTube