BLACKISH DEV BLOG Support
 

 

Maximum Texture Size

All textures bigger than 1024×1024 show up black on old graphic-cards. The game runs normally, but it seems to ignore those textures. It would be easy to fix – I could just make the textures smaller – but that’s not a perfect solution…

So I searched for some way of getting the maximum texture size that the system is capapble of displaying, but I found nothing.
The best solution I have so far is to have the lower res texture on by default and only if(QualitySettings.currentLevel == QualityLevel.Fantastic) I load the bigger one from the Resources into the material.
Got a better solution? Please let me know! :)
Bookmark the permalink. Follow any comments here with the RSS feed for this post. Trackbacks are closed, but you can post a comment.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>