Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 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
1
Question by dj10dj100 · Mar 22, 2012 at 05:53 PM · errorscreenloading

Application.GetStreamProgressForLevel - iOS not working as it should

Hi all,

I've created a loading screen so that the user isn't bored whilst waiting for my level to load and I've come up against an issue. When accessing Application.GetStreamProgressForLevel, its always returning as 1. So that when the level isn't loaded it still outputs it as loaded. This is annoying as it is making it seem like the level is loaded 100% then actually loading the level, leaving a largish wait when it should load at 100%.

I'm using this

      var loadingText : GUIText;
     var percentageLoaded : float = 0;
     
     function Update () {
     
     
      if(Application.GetStreamProgressForLevel("level1") == 1) { 
             loadingText.text = "Level at index 1 has been fully streamed!";
             Application.LoadLevel("level1");
         } else {
             percentageLoaded = Application.GetStreamProgressForLevel("level1") * 100;
             loadingText.text = percentageLoaded.ToString();
         }
     
     Debug.Log(Application.GetStreamProgressForLevel("MenuTesting"));
     Debug.Log(Application.GetStreamProgressForLevel("level1"));
     
     }
 
 Any help will be greatly received! 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
1

Answer by dannyskim · Mar 23, 2012 at 11:31 PM

I could be wrong, but I'm pretty sure Asynchronous progress reporting in this regards has never worked in any version of Unity Free or Unity Pro.

So basically, you, me, and everyone else are SOL. You can't animate a loading screen unless using a completely different method of doing so.

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

Answer by dj10dj100 · Mar 24, 2012 at 09:27 PM

This seems stupid, is there another way you've come across? I've tried checking the scene size against the bytes streamed but this is turning out to be a problem aswell!

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

4 People are following this question.

avatar image avatar image avatar image avatar image

Related Questions

Cannot run anything in iOS. No errors! 0 Answers

Screen position out of view frustum error, cannot solve? 1 Answer

White Screen Problem with Unity 4 0 Answers

Endless loading error 0 Answers

Error loading page? How do i resolve? 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