Home > Software design >  Loading page after displaying the Unity logo at the beginning of the game
Loading page after displaying the Unity logo at the beginning of the game

Time:04-05

I plan to open the banner immediately after the player opens the game and the Unity logo is seen and display it for a while and then enter the game. Please help me how to put my banner?

I expect this answer to solve this problem

CodePudding user response:

If by banner you mean a title screen / main menu, then you just need to create a Scene for it. Not exactly sure what else you're asking here.

For creating a scene: https://docs.unity3d.com/Manual/scenes-working-with.html

For creating specifically a title screen, there's plenty of YouTube tutorials to help you with that.

CodePudding user response:

Go to Edit -> Project settings -> player

Then navigate to Splash Image -> splash screen

You can then add any image you like and modify how long is it onscreen for

Here is the docs page

  •  Tags:  
  • c#
  • Related