Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Resolved Fps is gradually decreasing on Quest 2

Discussion in 'VR' started by sahanich1, Jan 16, 2023.

  1. sahanich1

    sahanich1

    Joined:
    Dec 9, 2020
    Posts:
    6
    I'm working on a multiplayer vr app for quest 2. There is a starting scene and a common room scene where all players join. Movement around the stage is carried out using teleportation. The player is represented by XR Origin component with XR Controller components.

    I noticed that after some time in the application, FPS drops. After about 10-15 minutes, FPS drops from original 72 to 45 - 50, and is no longer restored. Even going to the starting scene does not help, and only restarting the application helps to return the fps to the original 72.

    Running the app in host mode doesn't help either.

    The profiler shows that the resource consumption of the EarlyUpdate.XRUpdate method is increasing more and more, but I can not understand what this is connected with.

    I would really appreciate your help in solving this problem!

    Unity version: 2021.2.6.f1
    Oculus XR Plugin: 1.11.3
    XR Plugin Management: 4.2.1
     
    Last edited: Jan 16, 2023
  2. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    4,973
    Update to the latest 2021.3lts version and update oculus xr plugin and try again.
     
    sahanich1 likes this.
  3. sahanich1

    sahanich1

    Joined:
    Dec 9, 2020
    Posts:
    6
    Thank you very much! I updated my project to 2021.3.16f1 and fps no longer drops!
     
    DevDunk likes this.