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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
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&)