Search Issue Tracker
Not Reproducible
Votes
0
Found in
5.4.0b6
Issue ID
769871
Regression
No
[ImageEffects] Deleting all IE assets does not update component UIs to "missing script" + console errors
Deleting all assets related to Image Effects from your project whilst the components are on an object in your scene does not cause those components to update to "missing script" or similar. Game screen is then frozen (or black if you resize it) and component UIs broken until scene is saved, project is re-opened or similar.
Console receives one of the following errors per pass on each image effect shader:
"Invalid pass number (<PASSNUMBER>) for Graphics.Blit (Material "<SHADER NAME>" with 1 passes)"
Expected: Component UIs change to "missing script", all effects are removed from game view and it is refreshed.
2. How we can reproduce it using the example you attached
1) Open attached project and scene "ImageEffectAssetDeleteBug"
2) Delete everything from Assets directory
3) Notice how IE components on Camera are still visible (but UI is broken)
4) Try placing a cube in front of the camera. Camera preview will see it but game view will not (frozen)
5) View console for errors
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Packman: "My Assets" filters section doesn't rescale on filter sections collapse
- "DrawDepthNormalPrepass" exceptions are thrown in Editor when Ctrl key is held with specific renderer settings
- Script file name changes do not display in Editor when Compiler errors are present
- Sprites are not rotating with bones when the Sprite type is Unlit
- Crash on TransferField_NonArray<YAMLRead,Converter_String> when opening a specific project
Add comment