Search Issue Tracker
Won't Fix
Votes
2
Found in
2017.1.0f3
Issue ID
935631
Regression
No
Models using excluded render paths with shader variants disabled in deferred rendering do not render in preview window
Steps to reproduce:
1. Open attached project
2. Select Cube in Project view
3. In Inspector set Shader property to "Custom"->"PreviewBugTest"
-Preview window becomes empty
Problem: Models using excluded render paths with shader variants disabled in deferred rendering do not render in preview window
Actual result: setting "exclude_path:forward exclude_path:prepass" in shader models are not rendered in preview window
Expected result: models should render in preview window
For cube to be rendered again, just comment out "exclude_path:forward exclude_path:prepass" part in shader on 16 line
Reproduced on: 5.6.2f1, 2017.1.0f3, 2017.1.0p1, 2017.2.0b3, 2017.3.0a1
UPDATE: Shader stripping feature is now available: https://blogs.unity3d.com/2018/05/14/stripping-scriptable-shader-variants/
Comments (1)
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
- “FMOD failed to set the software format to the custom sample rate…” warnings are thrown as System Sample Rate value is being changed in Audio section of Project Settings window
- VFX Marquee selection does match the visual indicator
- “Invalid AABB aabb” errors are spammed when “Infinity” value is entered in Collider Component fields
- Editor Role does not sync with the MPPM Play Mode Scenario Role when entering Play mode
- Long asset names cause overlap with the “Find” function in search result tabs
Ziflin
Jul 27, 2018 16:04
We just ran into this issue as well. We're
A simple vert-color only shader compiles to 1116 lines with Forward rendering enabled, vs. only 524 lines with "exclude_path:forward".
So basically we're having to compile quite a bit more *just* to see the preview. Pretty annoying.