Search Issue Tracker
Fixed in 2022.3.2f1
Fixed in 2022.3.X, 2023.1.X, 2023.2.X, 2023.2.0a16
Votes
3
Found in
2022.3.0f1
2023.1.0b4
2023.2.0a2
Issue ID
UUM-27825
Regression
Yes
Motion blur doesn't work when rendering a custom shader procedurally
How to reproduce:
1. Open the user-attached project “TestIndirectMotionVectors”
2. Open the “RenderInderectMotion” scene
3. Enter the Play Mode
4. Observe the Cubes
Expected result: Both Cubes are blurry
Actual result: The bottom cube is not blurry
Reproducible in: 2022.2.0b4, 2022.2.6f1, 2023.1.0a5, 2023.1.0b4, 2023.2.0a2
Not reproducible in: 2021.3.19f1, 2022.2.0b3, 2023.1.0a4
Couldn’t test with: 2020.3.45f1 (The Script syntax is not supported)
Reproducible on: Windows 11 Pro
Note: Also reproducible in Player
Comments (2)
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
MattCarr
Mar 18, 2023 03:12
Yes, unfortunately that's not the title I submitted the bug with and it doesn't describe the scope of the problem. Whoever does the bug verification on the Unity side rewrites the bug report for the Issue Tracker with a new title and description.
I have word now that this is bug is getting worked on.
PutridEx
Mar 17, 2023 07:10
The title is a bit misleading, the issue is bigger than just motion blur problems -- motion vectors for indirect instanced rendered objects are completely broken now, unlike previous version.
This will create issues for things like TAA/Motion blur and anything using motion vectors, it's a big regression