Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in
5.3.0f4
Issue ID
754682
Regression
No
[shaders] If a cginc file exists in a parent directory, it's preferred over a local cginc file?
To reproduce:
1.Open provided example project
2.Open "Project/Assets/Scene.unity"
3.Notice the cube is blue
4.Open "Project/Assets/MyInclude.cginc" in a text editor
5.Notice the line "fixed4 col = fixed4(0,0,1,1); // blue"
6.Copy "Project/Assets/MyInclude.cginc" to "Project/MyInclude.cginc"
7.Switch back to "Project/Assets/MyInclude.cginc" in a text editor
8.Change line to "fixed4 col = fixed4(1,0,0,1); // red" and save
9.Reimport "Project/Assets/NewUnlitShader.shader"
10.Notice the cube stays blue
11.Delete "Project/MyInclude.cginc"
12.Reimport "Project/Assets/NewUnlitShader.shader"
13.Notice the cube turns red
Expected result: the cube turns red in step 10
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- TSS Inspector creates invalid Project Relative paths for USS references in packages when adding References via Inspector
- Screen Space Ambient Occlusion is not visible when the directional light intensity is 0.001 or lower with the Deferred Rendering Path selected
- Unlinking Unity project from cloud throws "DirectoryNotFoundException" errors when the Build Automation package is installed
- Numeric input field for “Prewarm Time” doesn’t fully display decimal values
- Sprite Editor Overlay Menu issues
Add comment