• Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
  • Help Room /
avatar image
Question by Kramboja · Sep 14, 2015 at 11:49 AM · unity 5standalonesplash-screenpro

How to put an unity splash screen?

Hello everyone,

I'm a unity 5 pro user but I couldn't figure out how to put my own splash screen in unity. the only thing i can figure out is how to remove the unity one but I am unable to find the custom splash screen input like i can see for iOS/android. Do I have to make this in a special scene all by myself or does unity have a way to do it with only a png file?

Thanks.

Comment

People who like this

0 Show 0
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

2 Replies

  • Sort: 
avatar image
Best Answer

Answer by Positive7 · Sep 14, 2015 at 11:59 AM

File -> Build settings... -> Player Settings -> Splash Image

Create a new Scene "Scene0" with desired Splash Screen Image then Use a delay for showing next scene. Something like :

 float delay = 3;
 
 IEnumerator Start(){
 yield return new WaitForSecond(delay );
 Application.LoadLevel("Scene1");
 }
Comment

People who like this

0 Show 4 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Kramboja · Sep 14, 2015 at 12:09 PM 0
Share

Attached an image with what i find there, no such thing as adding another splash screen, only to disable the unity splash screen. at the same time i find it there for android/ios as i mentioned before, but not for standalone.

alt text

screen-shot-2015-09-14-at-140655.png (19.6 kB)
avatar image Positive7 · Sep 14, 2015 at 12:27 PM 0
Share

That Config Dialog Banner is the Splash Screen.

avatar image Kramboja Positive7 · Sep 14, 2015 at 12:32 PM 0
Share

The empty box on top of this picture is the Config Dialog Banner

alt text

screen-shot-2015-09-14-at-143115.png (59.4 kB)
avatar image Positive7 Kramboja · Sep 14, 2015 at 12:40 PM 0
Share

Hmm... My bad . Create a new Scene "Scene0" with desired Splash Screen Image then Use a delay for showing next scene. Something like :

 float delay;
 
 IEnumerator Start(){
 yield return new WaitForSecond(3);
 Application.LoadLevel("Scene1");
 }
avatar image

Answer by sghong · Mar 17, 2016 at 06:34 AM

@kramboja How to solove this problem ?

Comment

People who like this

0 Show 0 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Unity Answers is in Read-Only mode

Unity Answers content will be migrated to a new Community platform and we are aiming to launch a public beta by June 9. Please note, Unity Answers is now in read-only so we can prepare for the final data migration.

For more information and updates, please read our full announcement thread in the Unity Forum.

Follow this Question

Answers Answers and Comments

31 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Multiplayer and Unity3D licenses from Free to Pro. Is Multiplayer restricted in the free edition? Will I not be able to create a multiplayer game unless I have pro edition? 1 Answer

Read from location 00000004 caused an access violation. What to do now? 1 Answer

The location of the object by points 0 Answers

It remains this way after the splash screen 0 Answers

What is voucher code? 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges