Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2018.1.X
Votes
0
Found in
2018.1.0a1
2018.1.0b5
Issue ID
1009961
Regression
Yes
Surface Shader compile fails if Input Struct has a field with the same name as a field in Output
To reproduce:
1. Open attached project;
2. Select the Shader "TestSurfaceShader";
3. Notice the compilation error in the Inspector.
Expected result: shader is compiled successfully when input struct has a field with the same name as a field in the output.
Actual result: surface shader compile fails if input struct has a field with the same name as a field in the output, the error is thrown: "redefinition of 'surfInputAlpha'".
Reproduced on versions: 2018.1.0a1, 2018.1.0b10, 2018.2.0a3.
Not reproduced on version: 2017.3.1p3.
Fixed in: 2018.3.0a1, 2018.2.0b5, 2018.1.3f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- A vertical graphical artifact appears on Android Player when clearing Z & Stencil Buffer and running with OpenGLES3 Graphics API
- Player crashes when built with IL2CPP Scripting backend
- TextMeshPro package throws multiple Shader errors when importing TMP Essential Resources
- Package Manager search text field has no validation and leads to Editor freezes
- PlayerLoop.SetPlayerLoop() function is ignored when playing game in Player
Add comment