Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • 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
0
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
Add comment
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

· Add your reply
  • Sort: 
avatar image
0
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
Add comment · 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... $$anonymous$$y 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
0

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

@kramboja How to solove this problem ?

Comment
Add comment · 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

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

32 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 avatar image

Related Questions

Association Launching for Standalone Build 0 Answers

windows Build Smartscreen Error 0 Answers

Drag and drop on unity Build 0 Answers

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


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