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 Default117 · Mar 27, 2012 at 10:55 PM · shaderrendereralpha

fading alpha renderer.a vs shader performance

Hey guys,

Just a quick performance question i was interested in. Whenever i've had to fade objects in and out i've always done a modification of the renderer property by assigning a new Color to it over time in a while loop (coroutine). What i was wondering is if it has a big performance hit if done to several objects on screen? I've done some testing on iPad 2/3 and some Android devices and it seems fine.

Would it be better if i had a shader handle the alpha value for me? And just pass in a new value to the shader over time?

Comment
Add comment · Show 2
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 Eric5h5 · Mar 28, 2012 at 12:14 AM 1
Share

The shader is handing the alpha value. That's what you're doing when you change renderer.material.color.

avatar image Default117 · Mar 28, 2012 at 12:17 AM 0
Share

Oh ok, thanks for the clarification!

1 Reply

· Add your reply
  • Sort: 
avatar image
1
Best Answer

Answer by rutter · Mar 27, 2012 at 11:07 PM

It's possible that you could make those operations faster, but I don't anticipate this would be considered a "low-hanging fruit" when it comes to optimizing performance. There are probably other issues you can improve more easily.

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 Default117 · Mar 27, 2012 at 11:17 PM 0
Share

Gotcha, thanks. Would it still be a negligible optimisation for mobile devices?

avatar image rutter · Mar 28, 2012 at 02:38 AM 0
Share

$$anonymous$$obile in general does have less juice to go around, but in my experience setting color params is still pretty quick. If you're more or less familiar with shaders, it might be worth checking out, but otherwise I probably spend some time testing whether it's a problem (say, remove the color calls and check how your performance changes).

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

6 People are following this question.

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

Related Questions

How to set alpha for object "hidden" by another? 0 Answers

Cutout Shader getting Opaque when turning alpha off and on again 1 Answer

Shader alpha channel goes unused, whats wrong here? 2 Answers

Shader alpha depth problem? 1 Answer

Why is only the last Material in the Materials array on a Mesh Renderer used? 2 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