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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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&)