Search Issue Tracker
Fixed in 2021.2.X
Votes
0
Found in
2020.2.2f1
Issue ID
1313043
Regression
No
Output Mesh uses particle motion vectors even when it is not moving and its shader is not set to support them.
Repro steps:
1. Import the attached project and open the repro scene
2. Enter play mode
3. Observe that both the particles and the capsule (output mesh) are blurred.
Expected outcome:
- Only the moving particles to receive motion blur
Notes:
- Looks like the particle motion vectors are being used for the output mesh
- We also don't have a way of enabling/disabling motion vectors at the Output Mesh level (it can only be done in the shader, which means separate shaders need to be used to just toggle motion vectors on a per-mesh-output basis)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Marker in the animation’s preview window doesn’t stop when reaching the end of the timeline and jumps to the start of the animation when moving it with the cursor
- Animation Event marker is not placed on the current time of the timeline when using the “Add Event” button
- Editor crashes on vector_map<ConstantString,AssetBundle when using the LoadAssetAsync function
- Fetched files in Perforce are automatically added to the change list when they are serialized
- Water System is not rendering waves or ripples when using macOS M2
Add comment