Search Issue Tracker
Fixed in 5.0.X
Votes
0
Found in
4.6.0b6
Issue ID
601339
Regression
No
In layout events, custom property drawer is called for property of array itself; not just array elements
To reproduce:
1. Open the bug scene.
2. Select the GameObject object and look at the console output. Observe that the CustomDrawer's OnGUI method is called for the "floats" property during the layout phase.
3. Deselect GameObject.
4. Clear the console.
5. Comment out line 4 of NewBehaviourScriptEditor (CustomEditor attribute).
6. Select GameObject in the scene again. Note that the OnGUI method is now only called for the "floats.Array.data[x]" properties, and only during the Repaint phase.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Caret is not being offset when content on a GUISkin is offset
- [Android][Vulkan] Application crashes with out of memory when warming up a specific shader on some of the Adreno devices
- Unity Editor hangs on a fresh import when using "-CacheServerWaitForUploadCompletion" command line argument
- SpriteShapeRenderer overrides stencil settings when a custom shader is used to set stencil values
- Frame Debugger window is flickering and unusable when HDRP Water is used in the Scene
Add comment