Search Issue Tracker
By Design
Votes
0
Found in [Package]
3.2.0
Issue ID
1389419
Regression
No
Game build appears black when Post Processing layer on Camera is used
Reproduction steps:
1. Open user's attached project
2. In Hierarchy go to the Main Camera object
3. In the inspector make sure that Post Processing Layer is enabled
4. Enter Play mode and inspect the view
5. Exit the Play mode
6. Build the project
7. Run the build and inspect the view
Expected result: Running game build shows game objects the same way Play mode does
Actual result: You can only see black background and UI
Reproducible with: 2.3.0(2020.3.26f1), 3.0.3(2020.3.26f1), 3.1.1(2020.3.26f1), 3.2.0(2019.4.34f1, 2020.3.26f1, 2021.2.8f1, 2022.1.0b4)
Could not test with: 2.2.2(2019.4.34f1) (File may be corrupted or was serialized with a newer version of Unity.)
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
This issue is caused by the “SobelOutlineCg” shader missing from the build. The shader is not included because it is not referenced by anything in the scene or Resources folder (the shader is loaded in script using Shader.Find). The Unity documentation explains that this can be fixed by forcing the shader to be included using Edit>Project Settings>Graphics>Always Include Shaders, or by putting the shader in the Resources folder. See https://docs.unity3d.com/ScriptReference/Shader.Find.html