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
- Crash on CheckDeviceStatus when converting materials from built-in to URP and using DX12
- Higher CPU frame time on Android devices with Cortex-A510 efficiency cores (vs Cortex-A55)
- Alt+click on List header does not recursively toggle child foldouts when items use a UI Toolkit CustomPropertyDrawer
- Hub Window is closed when closing Unity AI Window via the OS Window Close Button on Windows
- Artifacts are rendered in UITK when using Font Assets and using negative outlines
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.