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 /
avatar image
0
Question by IcyHammer · Feb 16, 2017 at 10:10 AM · androidglitchsplash-screen

Graphical glitch after splash screen on Android

On Android after the splash screen and before the first scene gets rendered for the first time, sometimes a strange glitch occurs for a second or two, here's the link: http://imgur.com/a/uR5FT

Does anyone have any ideas why this is happening?

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 IcyHammer · Feb 16, 2017 at 11:26 AM

I just found out that latest patch 5.5.1p3 fixes the issue :)

Comment
Add comment · Show 2 · 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 Zorbaxy · May 22, 2017 at 02:24 PM 0
Share

I am seeing this in 5.6.1f1... I will have to try 5.6.1p1 and see if its maybe fixed there.

What I noticed is that distorted image sometimes consists of parts of icons and icon names from main screen from which application was launched.

https://issuetracker.unity3d.com/issues/android-splash-screen-switches-to-a-scene-with-noises

https://issuetracker.unity3d.com/issues/android-image-distortions-after-unity-splash-screen

avatar image Zorbaxy Zorbaxy · May 24, 2017 at 07:02 AM 0
Share

Just to confirm that 5.6.1p1 fixed the problem with graphical glitch after splash screen!

avatar image
0

Answer by imrankhanswati · Feb 16, 2017 at 10:44 AM

Hello @IcyHammer i think your first scene have a lot of objects so it will take little more time to load up. If your scene have lots of objects then don't load it as a first scene but create another scene which have a button and by clicking that button you just load the scene asynchronous but don't show them when the scene completely load up just go and show them. you can achieve this by doing

public string levelName; AsyncOperation async;

  public void StartLoading() {
      StartCoroutine("load");
  }
  
  IEnumerator load() {
      Debug.LogWarning("ASYNC LOAD STARTED - " +
         "DO NOT EXIT PLAY MODE UNTIL SCENE LOADS... UNITY WILL CRASH");
      async = Application.LoadLevelAsync(levelName);
      async.allowSceneActivation = false;
      yield return async;
  }
 
  public void ActivateScene() {
      async.allowSceneActivation = true;
  }


I hope this can help...

Comment
Add comment · Show 1 · 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 IcyHammer · Feb 16, 2017 at 10:54 AM 0
Share

Hey, thanks for the suggestion but this is how we loaded the first scene before, and we had the same issue. At the moment I'm testing latest patch release which could fix this issue since I'm almost sure that this is an issue with an engine.

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

121 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 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 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 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

Weird android performance on high-end device 0 Answers

Android SplashScreen loading spinner ? 1 Answer

Installed Android SDK, Java Dev Kit, Unity 4.6.2 - why does Unity crash? 1 Answer

Android Glitch - random assets display after splash screen -1 Answers

Cardboard android app freezes at splash screen in Android 4.2 and below 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