Hi, I’d like to render a deforming mesh to a mesh renderer, and would like to also provide motion vectors, similar to “skinned motion vectors” in SkinnedMeshRenderer.
Is this possible to do this? I only see options for object or camera motion vectors. My deformation and motion vectors get calculated in a Compute Shader.