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
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
Add comment