Search Issue Tracker
Fixed in 5.0.X
Votes
0
Found in
5.0.0f1
Issue ID
669097
Regression
No
Materials with Nature/SpeedTree shader generate console warning
1. Open attached project
2. Select the 'New Material' in the Assets folder
3. Observe that the following warning is logged into the console:
MaterialEditor: Could not create custom UI from the CustomEditor: '' of the shader. Does the class name include its namespace? And does the class either derive from ShaderGUI or MaterialEditor?
Comments (1)
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
- Palette Settings link to the documentation isn’t working
- "Type Options" and "Node Library" dropdowns do not open when clicked on the title
- Public char variables uneditable in Inspector when project setting "Use IMGUI Default Inspector" is enabled
- IAP Listener component’s list titles go out of bounds when resizing the Inspector window horizontally
- Selected Camera sublayer blends with highlight color in Graphics Compositor window when Editor theme is set to Light
mqt_xd
Nov 28, 2024 15:39
Could not create a custom UI for the shader 'Hidden/Locked/.poiyomi/Poiyomi Pro/903e563e2d8ad2e47a65d7bfca001663'. The shader has the following: 'CustomEditor = Thry.ShaderEditor'. Does the custom editor specified include its namespace? And does the class either derive from ShaderGUI or MaterialEditor?
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)