Search Issue Tracker
By Design
Votes
0
Found in [Package]
2.1.6
Issue ID
1146719
Regression
No
Custom Image Effect for Post Processing Stack fails to load in build
Steps to reproduce:
1. Open attached project "CustomRepro.zip"
2. Observe Game View
3. Build and Run
Expected result: Built game should look like in Game View.
Actual result: Only dark screen appears in build.
Reproduced in: 2018.4.1f1, 2019.1.4f1, 2019.2.0b4, 2019.3.0a4
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
The solution is in the instructions listed in the linked documentation in the Shader section:
If the shader is never referenced in any of your scenes it won't get built and the effect will not work when running the game outside of the editor. Either add it to a Resources folder or put it in the Always Included Shaders list in Edit -> Project Settings -> Graphics.