Search Issue Tracker
Fixed in 2017.2.0f3
Fixed in 2017.1.X
Votes
0
Found in
2017.1.0b7
Issue ID
920303
Regression
Yes
Shader using UsePass does not recompile when referenced shader is changed
How to reproduce:
1. Import users attached assets (Source shader, UsePass shader and a material)
2. Notice that Console produces two errors regarding Shader syntax. One for "ExampleSourceShader", another for "ExampleUsePass" shader that references to "ExampleSourceShader"
3. Fix the Source shader syntax error (uncomment 11th line of "ExampleSourceShader")
Expected result: Both errors are gone, since Source shader syntax error is fixed
Actual result: "ExampleUsePass" is still shown as having a syntax error in Shader, although its refrenced shader was fixed
Notes:
1. Reimporting "ExampleUsePass" shader fixes the issue
2. Only reproduces if "ExampleUsePass" shader is used by material
Regression introduced in - 2017.1.0a3
Reproducible - 2017.2.0a3, 2017.1.0b9, 2017.1.0a3
Not reproducible - 2017.1.0a2, 5.6.1p3, 5.5.4f1
Fixed in 2017.3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is thrown when launching a project with a corrupted library
Add comment