• 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 elzbeb · Jul 27, 2021 at 04:55 PM · textureblurrymipmaps

Anisotropic texturing not working and making textures blurry

Hey so i have this weird issue where i am getting clear textures when its right beside me but in the distance it because more and more blurry Here are some examples: alt text

I am using no post processing, and no effects. I did my research and tried to change the aniso texture from the quality settings to forced on, per texture and disabled but none of them change anything at all, i also messed with the aniso level slider when i was on per texture and no difference at all when on 0 and 16

If anyone knows how to fix this it would be really helpful as i just spent 4 hours trying to solve this with no results

photo-2021-07-27-18-52-10.jpg (17.0 kB)
Comment
Add comment · Show 20
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 andrew-lukasik · Jul 27, 2021 at 05:27 PM 0
Share

Increase "Aniso Level" in this specific texture asset settings alt text

screenshot-2021-07-27-192404.jpg (7.2 kB)
avatar image elzbeb andrew-lukasik · Jul 27, 2021 at 05:49 PM 0
Share

hey as i said i already tried all that, in my post is said "i also messed with the aniso level slider when i was on per texture and no difference at all when on 0 and 16"

avatar image andrew-lukasik elzbeb · Jul 27, 2021 at 06:09 PM 0
Share

It's mip-maps, no doubts about that. Your quality settings or/and per-texture setting overrides target different platform than this one.

avatar image elzbeb andrew-lukasik · Jul 27, 2021 at 06:12 PM 0
Share

i mean here are my settings, if you see anything wrong tell me alt text

photo-2021-07-27-20-11-23.jpg (32.7 kB)
photo-2021-07-27-20-11-42.jpg (45.0 kB)
avatar image andrew-lukasik elzbeb · Jul 27, 2021 at 06:25 PM 0
Share

Oh, you are right! Sorry, I took you for a noob... I hope you forgive me that. I'm as surprised as you are at this point.

Show more comments
avatar image andrew-lukasik elzbeb · Jul 27, 2021 at 06:36 PM 0
Share

Btw. You may want to give this post a better name. Something that communicates understanding and not ignorance of the subject. Will help with getting better answers.

Show more comments
avatar image theoaraujo · May 16 at 08:54 PM 0
Share

Did you manage to solve this? I have the same problem @elzbeb

avatar image elzbeb theoaraujo · May 17 at 10:42 AM 1
Share

Hi sorry for the late reply, it's because of your Nvidia control panel settings, if you go to manage 3d settings in your Nvidia cp and scroll down till you find an option called "Texture filtering - Quality", set that option to "Quality". I had mine at high performance and that was the issue. Let me know if this helps.

1 Reply

· Add your reply
  • Sort: 
avatar image
1

Answer by Bunny83 · May 16 at 09:18 PM

Since the question was bumped again, I just want to make something clear: Anisotropic filtering is just mipmapping on steroids. It's still just mipmapping but it has additional mipmaps for cases when the surface is viewed at a very narrow angle. In those cases it will pick a mip map variant that has a high horizontal resolution but a small vertical (the direction that is actually squished). However as the distance increases and the size of the texture on screen gets smaller, it will pick smaller and smaller mipmap levels. Having very sharp / high contrast one pixel borders in textures will always cause issues. Sooner or later that single pixel border line is smaller than an actual pixel on screen. Without mipmapping you would get Aliasing which would cause Moiré patterns. So when you move your camera around you would get some flickering in the distance because sometimes the screen pixel would show the border color and sometimes it doesn't (so the line is essentially between two screen pixels). The point of mipmapping is to downsample the texture when it is shown smaller on screen to get a consistent image quality. However that always means you get some blur.


So this issues is amplified by the a specific content of your texture. Having such thin and sharp lines is just not going to work really well.

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.

Welcome to Unity Answers

If you’re new to Unity Answers, please check our User Guide to help you navigate through our website and refer to our FAQ for more information.

Before posting, make sure to check out our Knowledge Base for commonly asked Unity questions.

Check our Moderator Guidelines if you’re a new moderator and want to work together in an effort to improve Unity Answers and support our users.

Follow this Question

Answers Answers and Comments

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

How to prevent mipmaps from blurring textures 3 Answers

Mipmap view not working in editor. 0 Answers

white texture gets yellowish and weird at a distance 0 Answers

Any way to remove the texture blur on camera? 2 Answers

How to control Terrain Texture Blur at Distance (pics) 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