Search Issue Tracker
Fixed in 2018.3.X
Fixed in 2019.1.X
Votes
31
Found in
2018.3.0b4
2018.3.0b11
2019.1.0a1
Issue ID
1107819
Regression
Yes
Unity outputs a warning in a Windows 64bit Standalone Player when using built-in Shaders
To reproduce:
1. Open attached project
2. Build & Run a Windows 64bit Standalone Player
3. Open player log file "C:\Users\%UserName%\AppData\LocalLow\DefaultCompany\Wolf\output_log.txt"
4. Check that it contains a "Shader Unsupported" warning
Actual results: "Shader Unsupported" warning
Expected results: Unity built-in shaders should not contain any warnings and errors
Reproducible with: 2018.3.0b4, 2018.3.0f1, 2019.1.0a11
Not reproducible with: 2017.4.17f1, 2018.3.0b3
Regressed version: 2018.3.0b4
Fixed in: 2018.3.13f1, 2019.2.0a10
Notes: WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - Pass 'Meta' has no vertex shader
Comments (22)
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
- UI Text color is incorrect when text is rendered on SubMeshUI
- "Invalid SortingGroup index set in Renderer" errors when making many modifications in same frame
- Crash on GizmoBufferSizeHistory::GetBuffer() when opening a specific scene
- RenderTexture is not initialized when it is set as Material's Texture
- Branch node outputs a random value instead of a constant on the false conditon
Peter77
Jul 07, 2020 13:21
I still get various " Shader Unsupported" errors when building for iOS with Unity 2018.4.22f1. The affected shaders are Unity builtin shaders, so doesn't seem to be fixed.
realprimo
Sep 15, 2019 18:12
not fixed yet??!!!!!!!!!!
faolad
Aug 08, 2019 02:05
This is not fixed yet!
daisySa
Aug 07, 2019 01:52
Seeing this in 2018.4.5f1.
ChristopherKroll
Aug 06, 2019 18:01
Seeing this in Unity 2018.4
toddbellMSFT
Jun 17, 2019 23:05
I'm seeing this error when building with 2018.4 :(
reev4eg
May 24, 2019 20:12
Still here >>
Initialize engine version: 2018.3.9f1 (947e1ea5aa8d)
GfxDevice: creating device client; threaded=1
Direct3D:
Version: Direct3D 11.0 [level 11.0]
Renderer: NVIDIA GeForce GTX 760 (ID=0x1187)
Vendor:
VRAM: 2007 MB
Driver: 25.21.14.1881
WARNING: Shader Unsupported: 'Hidden/TerrainEngine/Details/Vertexlit' - Pass 'Meta' has no vertex shader
WARNING: Shader Unsupported: 'Hidden/TerrainEngine/Splatmap/Diffuse-Base' - Pass 'Meta' has no vertex shader
WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - Pass 'Meta' has no vertex shader
WARNING: Shader Unsupported: 'Hidden/TerrainEngine/Splatmap/Standard-Base' - Pass 'Meta' has no vertex shader
WARNING: Shader Unsupported: 'Hidden/TerrainEngine/Details/WavingDoublePass' - Pass 'Meta' has no vertex shader
WARNING: Shader Unsupported: 'Hidden/TerrainEngine/Details/BillboardWavingDoublePass' - Pass 'Meta' has no vertex shader
WARNING: Shader Unsupported: 'Nature/Terrain/Diffuse' - Pass 'Meta' has no vertex shader
WARNING: Shader Unsupported: 'Nature/Terrain/Diffuse' - Pass 'Meta' has no vertex shader
WARNING: Shader Unsupported: 'Nature/Terrain/Standard' - Pass 'Meta' has no vertex shader
WARNING: Shader Unsupported: 'Hidden/PostProcessing/Uber' - Pass '' has no vertex shader
WARNING: Shader Unsupported: 'Hidden/PostProcessing/Uber' - Pass '' has no vertex shader
WARNING: Shader Unsupported: 'Standard' - Pass 'META' has no vertex shader
WARNING: Shader Unsupported: 'Standard' - Pass 'META' has no vertex shader
Peter77
Apr 19, 2019 08:57
According to the changelog, this issue should be fixed in 2018.3.13:
https://unity3d.com/unity/whats-new/2018.3.13
Eshan01
Apr 15, 2019 10:15
hello all,
I had this kind of issue in my WebGL build Recently, I m using unity 2018.3.6f1.
I have shared my solution in the following thread.
https://forum.unity.com/threads/creation-of-internal-variant-of-shader-standard-failed.657823/#post-4429762
hope it helps
stonstad
Apr 10, 2019 16:34
Still happens in 2018.3.12f1.