Search Issue Tracker
By Design
Votes
0
Found in
2017.1.0p4
Issue ID
952475
Regression
No
Calling base.OnGUI in the custom Material Property Drawer shows "No GUI Implementd" in the material's inspector
To reproduce:
1. Open the project, attached by the user (MaterialPropertyDrawer_IssueReport.7z)
2. Select the TestMaterial in the Project view
3. Observe the properties of the material in the Inspector
Expected: calling base.OnGUI in a custom Material Property Drawer draws the properties in a default way.
Reproduced in 5.5.5p1, 5.6.4p1, 2017.1.0p4, 2017.1.1p2, 2017.2.0f3, 2017.3.0b5
By design: use https://docs.unity3d.com/ScriptReference/MaterialEditor.DefaultShaderProperty.html instead of the base.OnGUI
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment