Search Issue Tracker
Fixed
Votes
3
Found in
4.0.1f2
Issue ID
514655
Regression
No
OptimizedGUIBlock issue: A texture drawn from a custom PropertyDrawer is sometimes not drawn
To reproduce:
- Open scene "scene".
- Select the cube then click or scroll (possibly anything that triggers OnGUI) on the script "Test MB" in Inspector.
User's description:
A texture drawn from a custom PropertyDrawer is sometimes not drawn. It seems to happen most reliably when the inspector receives mouse input, but may also be time-based. It happens when using EditorGUI.DrawPreviewTexture, GUI.DrawTexture and Graphics.DrawTexture, but not when using the background texture of a GUIStyle with EditorGUI.LabelField
Comments (5)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The Scrollbar becomes unusable when adding Elements to the List
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
Aerospyke
Feb 06, 2016 15:18
I have encountered this myself, why is the issue set to won't fix?
unigeek
Nov 17, 2015 18:16
This can still be reproduced in 5.2 - why is the status won't fix?
numberkruncher
Sep 19, 2014 21:13
This was an issue that I raised (Case 568929). Here is a little workaround which I came up with today:
http://forum.unity3d.com/threads/angle-property-drawer.236359/#post-1780577
Simon Says
May 25, 2014 03:32
This only appears to be present when the Editor script that renders the PropertyDrawer is not overridden. If a custom Editor script is created (even if it's just an empty stub), the textures do not flicker anymore for that component.
Simon Says
May 24, 2014 21:49
Related to #568929. Still present in 4.3.4f1. The workaround with GUIStyle is difficult for Sprite images.