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
0
Question by Sokaz Games · Feb 07, 2015 at 10:11 AM · c#androidjavascriptbug

Android port bug?

I've been working on a game called Coloration and I've been having some issues porting it to Android. I have a thing that fades into the next scene when you click but, whenever I do that, the game freezes for a couple seconds and then moves to the next scene. The fading works on all the other ports I've tested so I know my code isn't the issue here. I also played a game called OH MY FAT GUY which seemed to have this issue as well even though there was no scene fading. All it would do it stop all the animations and then switch to the next scene.

Is this a known bug? Is there any ways around it?

Comment
Add comment · Show 4
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 giulio-pierucci · Feb 07, 2015 at 10:57 AM 0
Share

How do you load next scene?

You'd use Application.LoadLevelAsync or Application.LoadLevelAdditive

avatar image Sokaz Games · Feb 07, 2015 at 09:32 PM 0
Share

I just use Application.loadlevel();

However, I don't start loading the level until the fading is complete.

avatar image giulio-pierucci · Feb 09, 2015 at 01:50 PM 0
Share

The fading routine is a coroutine? I think that you are sure that "Application.LoadLevel" is called at the end of fade/coroutine, right?

You may post some code/test package?

We're doveloping a game and we have no issues on mobile, regarding fading and changing scene.

We are using loadLevelAsync, by the way.

avatar image Sokaz Games · Feb 10, 2015 at 12:33 AM 0
Share

Fadeout:

http://pastebin.com/BxGdgjPY

Fadein:

http://pastebin.com/f$$anonymous$$Rasni6

Other:

http://pastebin.com/cuZW$$anonymous$$T7e

1 Reply

· Add your reply
  • Sort: 
avatar image
1

Answer by giulio-pierucci · Feb 10, 2015 at 03:33 PM

Ok:

First: (For performance reason!!) You shouldn't use camera.GetComponent on update method. Do it in Start and store in local variables. Use local variable in Update()

Second: Avoid GUI.DrawTexture (for performance), use DrawMesh or GL.Draw.

Third: FadeIn and FadeOut should be two coroutine. At the end of fadeOut you should call LoadLevel.

However, the instruction "alpha -= 1 * Time.deltaTime;" use 1 second to carry alpha from 1 to 0 and viceversa. If you invoke FADE after 0.5 sec. the fade will be incomplete. At least, call the method fade() after testing alpha level, or after 1 sec.

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 Sokaz Games · Feb 11, 2015 at 04:49 AM 0
Share

Everything works right on every other platform I've tested though. http://gamejolt.com/games/other/coloration/42526/

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

3 People are following this question.

avatar image avatar image avatar image

Related Questions

Multiple Cars not working 1 Answer

Enemy AI not Animating properly and acting strangely.,Enemy AI animations only playing on 1 unit. 0 Answers

Photon networking doesn't sync 0 Answers

Distribute terrain in zones 3 Answers

In-App-Purchases not working (Android) 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