Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.0.0
Issue ID
1104599
Regression
No
[Alembic] Points Motion Vector shader doesn't work
Alembic Points Motion Vector shader doesn't work
1. What happened
Having Motion Blur setup with PPStack ignore Points on an alembic model
2. How we can reproduce it using the example you attached
- Open the attached project
- Load SampleScene scene
- Enter in Play mode
Expected: The points from the particle system should have motion blur on them
On import, Unity will assign a default Points Motion Vector to the "Motion Vector Material" slot of the Alembic Points Renderer component
This should provide motion vector data for alembic points to the PPStack since Unity usually only generate motion vector for Mesh and SkinnedMesh renderer components.
That's probably why we see the moving sphere having motion as expected. But the shader on the points seems to be ignored.
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
- Text shadows remain opaque when text is made transparent in UI Builder
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is thrown when launching a project with a corrupted library
- GameObjects that contain the MeshRenderer component are not rendered in Android Player when using URP 2D Lit/Unlit Material Shaders
Resolution Note:
Won't fix for now. Point Cloud needs a lot of work.