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 Jusas · Nov 02, 2013 at 03:25 PM · materialbugtilingdrawtexture

v4.2.2: Graphics.DrawTexture now ignoring material tiling & offsets?

I just updated Unity to the latest version, 4.2.2. Before that I believe I had 4.1.5 installed. It looks like 4.2.2 has changed the behavior of Graphics.DrawTexture. The code that worked in 4.1 is not working the same way in 4.2.2, it seems like DrawTexture is now completely ignoring the Material tiling & offset parameters. I have this code:

                 FontMaterial.mainTextureOffset = texCoords;
                 Vector2 screenPoint = Camera.main.WorldToScreenPoint(worldPos).XY() + pixelOffset;
                 Graphics.DrawTexture(new Rect(screenPoint.x + char_offset, Screen.height - screenPoint.y + char_offset_y, (float)fontPixelSize, (float)fontPixelSize), FontTexture, FontMaterial);
                 char_offset += 0.5f * fontPixelSize;

And it's not working anymore: it somehow resets tiling and offset, and even though I look at the Material in the Editor & debug the code, it shows correct tiling and offset but the preview window of the Material shows otherwise. It's like it ignores the Material's own settings.

The code is definitely not at fault, the exact same code was working just a moment ago in 4.1. Upgrading to 4.2.2 broke it.

Comment
Add comment · Show 1
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 Jusas · Nov 02, 2013 at 03:37 PM 0
Share

Ok, found a quick workaround, using GUI.DrawTextureWithTexCoords. Good enough for me for now, just using this for debug purposes anyway.

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

15 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

Related Questions

Multiple random tiled textures in one material 1 Answer

preview of prefabs & materials are turn to red blue color 0 Answers

Material Tiling Vector3 1 Answer

iOS simple shader does not work 1 Answer

Material is destroying sprite`s quality 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