Hi, how would I go about converting a video to a panoramic image? I am new to Unity and would appreciate any guidance!
Depending on the pixel width, if over 4k, you will probably have to cut the video into 2 or 3. You can then use the VideoPlayer as usual. You can RenderTexture or Material Override to render it on multiple Quads.