Search Unity

Question Quest2 360 Pano Video Player super choppy

Discussion in 'VR' started by dormouse, Jul 18, 2022.

  1. dormouse

    dormouse

    Joined:
    Mar 1, 2011
    Posts:
    82
    Dear all, i was wondering if i am the only person who is facing this issue.

    Playing 360 Pano video (2D), using Unity VideoPlayer on Quest 2, the video is SUPER choppy.
    Anyone has the same issue ? or i did some configurations wrong ?

    One thing i just realized: in the same configuration and environment. i can successfully play 3D Up and Down format stereo video at 3840*3840px without any issue.

    Video: H.264 2K video (2160*1080px) non-stereo 2D.
    Unity: 2021.3.4f1 on MacOS M1, also tried other lower version.
    Quest Oculus Integration version: v41
    Look at these settings on my Unity Environment, i was wondering if i did something wrong.
    I tried to change Transcode to H.265, it is faster, but still so chooooopy.
    Screenshot 2022-07-18 at 16.23.26.png Screenshot 2022-07-18 at 16.23.33.png Screenshot 2022-07-18 at 16.23.57.png
    or i am in a wrong direction that Quest can not use VideoPlayer to render on Skybox Panoramic shader (attached to Sphere)?
     
    Last edited: Jul 19, 2022
  2. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    5,043
    Check the profiler why it's choppy
     
  3. dormouse

    dormouse

    Joined:
    Mar 1, 2011
    Posts:
    82
    profiler of the video ? thx in advance
     
  4. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    5,043
    The Unity profiler. Look up the workings of it. It shows where most time is spent in an app
     
  5. dormouse

    dormouse

    Joined:
    Mar 1, 2011
    Posts:
    82
    oh, it is an Quest APK file, preview on MacOS there's no chopy issue, so profilier is less useful i guess ?