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
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
Add comment