Search Issue Tracker
By Design
By Design in 2023.1.X
Votes
0
Found in
2023.1.0a11
Issue ID
UUM-14798
Regression
No
Shader Graph Custom Velocity does not apply when setting custom velocity unless the GameObject's transform has also changed
Reproduction steps:
1. Open the “IN-14867_CustomVelocity“ project
2. Open the “OutdoorsScene“ scene
3. Enter the Play mode
4. Observe the left sphere when pressing and not pressing the spacebar key
Expected result: The sphere is always blurred
Actual result: The sphere is blurred only when its transform is changing (when the spacebar key is pressed)
Reproduced in: 12.1.7 (2021.3.9f1), 13.1.8 (2022.1.15f1), 14.0.3 (2022.2.0b7), 15.0.1 (2023.1.0a9)
Could not test in: 10.10.0 (2020.3.39f1) - Graphics.CopyTexture errors
Reproduced using: Windows 11, macOS Monterey 12.0.1
Note: Also reproduced in Player
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
To have motion vectors for non moving object make sure to set Motion Vector for Vertex Animation on the material.
After doing so in the repro project all worked as expected
Resolution Note (2023.1.X):
To have motion vectors for non moving object make sure to set Motion Vector for Vertex Animation on the material.
After doing so in the repro project all worked as expected