I am trying to show multiple images on a grid system which are randomly generated and the grid is moving from right to left. And what
What my client wantwants is when a part of a picture goes away fromoff the viewpointleft edge of the viewport, it should appearstart to peek in from the next frame (on right side). The reference, similar to the image is shown below:
If youYou can see the red and blue images areeach represent the same oneobject. When they go away fromoff the viewport endleft edge of the screen, it appears at startthey appear the right edge. But itIt should be seamlesshappen seamlessly, not like its immediatelywithout a sudden "pop" appearing out of nowhere.
I think it can be done via a shader, but ImI'm not a shader programmer so any help would be appreciated. Thanks.How can I achieve this effect?
