Search Issue Tracker
Fixed
Fixed in 6000.4.0a2
Votes
0
Found in
6000.4.0a1
Issue ID
UUM-119621
Regression
No
Shader warnings are thrown when Initialising Converters in Render Pipeline Converter
Reproduction steps:
1. Create a new project
2. Open Render Pipeline Converter window (Window > Rendering > Render Pipeline Converter)
3. Enable Shaders Converter and press “Initialize Converters” button
4. Observe Console window
Actual result: "Shader 'Mobile/Bumped Specular (1 Directional Light)' not found for upgrader StandardSimpleLightingUpgrader..." warnings are thrown in the Console
Expected result: No warnings or errors are thrown
Reproducible with: 6000.4.0a1
Couldn’t reproduce with: 2021.3.56f1, 2022.3.67f1 (No Render Pipeline Converter window), 6000.0.58f1, 6000.2.6f1, 6000.3.0b3 (No Shaders Converter)
Reproduced on: macOS Sequoia 15.4 (M4)
Note: Full warnings:
{code:java}
Shader 'Mobile/Bumped Specular (1 Directional Light)' not found for upgrader StandardSimpleLightingUpgrader. This may indicate that the shader has been removed or renamed. UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) (at /Users/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:224)
Shader 'Particles/VertexLit Blended' not found for upgrader ParticleUpgrader. This may indicate that the shader has been removed or renamed. UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) (at /Users/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:224){code}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture Sampling overlap causes graphical errors on specific Graphics APIs and Devices when using Framebuffer Fetch
- [Android] AssetBundle loading performance degradation when loading from a local Assetbundle
- [iOS][Android] Reflection with Generic Class returns unexpected values
- Shader Variant Collection Asset UI is hard to read when multiple Shaders and keywords are added
- Regression for "WebGL build is missing "malloc" and "free" functions when passing "-sERROR_ON_UNDEFINED_SYMBOLS=0" to emscriptenArgs"
Add comment