I’m looking to recreate this effect in unity 19 Crimes Augmented Reality App on Vimeo , is there a way I can wrap a video around a cylinder?
It seems your link is broken. Without seeing the example, I would say you are going to have to break the video up into frames and create an animated sprite to use as the cylinder’s texture. The sprite will cycle through the individual images at a predefined speed, imitating a moving picture.
Information on creating the sprite can be found here
Or check out the Unity Manuel regarding Move Textures here