Is there any command which controls the display time at start of the game : When i build the game can i do anything in my code which makes it run immediately? I mean is there any command to control the splash screen type duration ?
Your code can be executed only in a scene (unless you can modify unity engine). Loading time will be different on different devices. Make your first scene lightweight.