Vertex Displacement Shader Graph With The Camera Moving Issue

I have this foliage sway shader, it works well.


But when the camera moves the vertex displacement stops:

And the weird thing also is that if I move the camera to the right nothing seems to happen, but moving the camera only to the left causes the issue.


Googling it shows that the position node’s world space takes camera position into account, and the presumed fix is to change all position nodes to absolute world space, and also make the transform node convert from absolute world to object space. But that didn’t fix it sadly. Any ideas could help, thank you.

@KinanGH sounds like a UV sign ( negatives) issue…
Probably the texture/noise UV’s are being taken from the camera position… and when you move the camera you are getting negative… or too large UV’s
Check the textures you are using… especially any noise textures, and make sure thye are all set to WRAP, and NOT clamp mode… WRAP means the UV’s will wrap infinitely… positive or negative.