Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 14 Next capture
2021 2022 2023
2 captures
12 Jun 22 - 14 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 ohokke · Nov 20, 2015 at 11:33 AM · androidshaderpost-process-effecttabletaliased

Strange bug(?) using Graphics.Blit

Whenever I use it on my Lenovo TAB 2 a10-70f, I experience some weird aliasing effects. Have a look:

Youtube video

You can clearly see the aliasing at 0:07. Afterwards I turn off the feature and things look clear at 0:19. It should be mentioned that there is a slow camera shake going on, and all UI is rendered in world space, rather than screen space. (The aliasing effect also shows with any other object btw, which makes sense because OnRenderImage gets the image after an entire single world render. However. it shows more clearly on the UI.)

 void OnRenderImage(RenderTexture source, RenderTexture destination)
     {
         if (bulbTime > bulbDuration)
         {
             Graphics.Blit(source, destination);
             return;
         }
 
         postProcessor.SetFloat("_xCenter", bulbCenterX);
         postProcessor.SetFloat("_yCenter", bulbCenterY);
         postProcessor.SetFloat("_distort", bulbingCurve.Evaluate(bulbTime / bulbDuration) * bulbStrength);
         Graphics.Blit(source, destination, postProcessor);
     }

As you can see in the video, there is a tiny little dot on the screen, which I use for debug purposes. I also have an issue with this, but that is for another question. When the dot disappears, Graphics.Blit(source, destination) is used. When the dot is active, my postprocessor shader is active.

When I fully turn down the slider for the postprocessor, I turn off the script and the OnRenderImage is not used. As you then can see, no aliasing effects anymore.

I only have this issue with Android devices.

Any ideas what could be causing this and/or how to avoid the problem?

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

0 Replies

· Add your reply
  • Sort: 

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

Shader works in Editor/Windows but not on Android 1 Answer

Android SDK problem 0 Answers

Specular bug on iOS/Android using Standard shader 2 Answers

ARtoolkit problem on android 2 Answers

Set default number/emails in a new text message/email sent via unity 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