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 Manco Capac · Sep 14, 2013 at 05:34 AM · texturetexture2dmipmaps

Disable mip mapping.

Hey, i have this texture:

alt text

what can i do so that the textures are not so blurry? With these properties, they are like this: alt text

It's the same when playing. how can i make the blur go further from the camera? The texture is actually 3072 px2 resolution, and 128 colors, and the file size is abt 1.5 MB. does it stay that way when i import it?

01.jpg (26.2 kB)
02.jpg (22.5 kB)
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 Supershandy · Sep 14, 2013 at 08:31 AM 0
Share

Also, you can compress the texture, but it's hit and miss so you'll have to experiment with teh compression features until you find one that is suitable for your game, I use RGBA to compress my textures as it retains the detail level, but cuts the file size in half

avatar image Manco Capac · Sep 14, 2013 at 10:24 AM 0
Share

okay, thanks u... i used fadeout mipmaps, and it's working well. and i think compression is also working now : )

3 Replies

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

Answer by Supershandy · Sep 14, 2013 at 08:29 AM

I have only ever used textures for the Android system, but the principles the same.

You would have to use MipMaps, basically they make the texture still be seen in some good detail as they get further from the camera, but depending on what you're developing for, I know of no blur effect that could help here.

The only think that would help is the PRO version of Unity that allows you to use LOD (Level of Detail) for objects so that you can define how far away an object has to be before the texture level falls.

But that's as much as I can help you here

Comment
Add comment · Show 4 · 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 Supershandy · Sep 14, 2013 at 03:20 PM 0
Share

I converted this to an answer since it seemed to help, if it did, could you accept it please? :)

avatar image Manco Capac · Sep 14, 2013 at 03:27 PM 0
Share

so u answer to increase points, or whatever they call it? : )

avatar image Supershandy · Sep 14, 2013 at 03:29 PM 0
Share

Not quite, it something I had learnt while developing my first "real" game and felt that I should pass some of what I'd learnt to you.

But points are also a nice thing to earn :)

avatar image Manco Capac · Sep 14, 2013 at 03:32 PM 0
Share

the last line is the main thing :)

avatar image
0

Answer by bayerly · Nov 18, 2015 at 12:49 AM

Just to leave a note, in case this helps anyone looking for a similar solution as myself - I was able to disable "Generate Mip Maps" by changing the texture to Advanced in the importer settings. I then dechecked "Generate Mip Maps".

When I returned to the game, it used the high detail texture regardless of the camera distance from the object.

EDIT: I see now that this doesn't really apply to the question above - seeing as I was brought to this page when looking for my own solution, I'll leave it.

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 Zer0Naught · Jan 26, 2016 at 05:44 PM

If your texture is '3072 px2 resolution', assuming you meant 3072x2 pixels, then you're not giving it enough pixels to mipmap properly.

I always use a minimum of 16 pixels, because it will mip as follows:

16x16 > 8x8 > 4x4 > 2x2 > 1x1

That's 4 levels of mip and the orignal texture size, which works out nicely. Check out the TIFF file format and custom mipmapping inside photoshop, it's probably what you'll need to generate crisps edges for your mips, as opposed to auto generating them in unity and having them all muddy.

Edit: Old post, I know, this is just in case other people have this issue.

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

18 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

Related Questions

Is there a way to cap the max mipmap level of a generated texture? 1 Answer

mipmapCount for Cubemap and Texture3D 1 Answer

Texture mipmap distance 1 Answer

GUI texture to change texture when hovered over or clicked? 2 Answers

How do you crop a Texture2d 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