Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2020.3
2020.3.15f2
2021.1
2021.2
2022.1
Issue ID
1358617
Regression
No
FilteringSettings.excludeMotionVectorObjects does not exclude moving objects from rendering
Reproduction steps:
1. Open the user's attached "SRP Bugs.zip" project
2. Open the "SampleScene" Scene
3. Enter the Play mode
Expected result: Unity renders a white Plane
Actual result: Unity renders a white Plane and moving red Spheres
Reproducible with: 2019.4.29f1, 2020.3.17f1, 2021.1.18f1, 2021.2.0b8, 2022.1.0a5
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
- "Invalid vertex attribute format" error message does not mention "bytes" when the data size is mismatched
- [Windows] About Unity window displays Editor version in two lines instead of one
- [Linux] "Add Component" menu goes under the screen when the menu extends beyond the display boundries
- High Editor GPU usage when Camera with RenderTexture and VFX Graph are in the scene, with Scene/Game tabs closed
- List in Inspector not resizing when exiting Play mode
Resolution Note:
This issue is by design. The current project lack an implementation of the "Motion vector" pass to work in the unlit/unlit shader.
The documentation is not clear enough about what the flag excludeMotionVectorObjects is doing and will be updated to avoid confusion.