Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Low Perfomance on real device Quest2 #13

Open
edgency opened this issue Oct 10, 2022 · 1 comment
Open

Low Perfomance on real device Quest2 #13

edgency opened this issue Oct 10, 2022 · 1 comment

Comments

@edgency
Copy link

edgency commented Oct 10, 2022

Hi, I tried the latest version with an android plugin, where the FPS label appeared and when run on the device FPS:1.
What kind of performance does you have, maybe you need additional settings?

@BastiaanOlij
Copy link
Owner

There is a bug in Beta 2 that defaults the desktop renderer on mobile devices which does not work well on mobile GPUs.

If you switch that to the mobile renderer the demo runs at about 35 FPS. Still not great but usable.

Now that Godot 4 runs on Quest we can start optimising, there are already a few areas we've identified where a lot of performance is lost:

  • The physical sky the demo is using isn't efficient on mobile and should probably not be used
  • MSAA is not behaving
  • Shadows aren't working and the implementation needs to be redone for mobile GPUs.
    We'll hopefully find more areas to improve in the next months as we go from beta to stable.

Tweaking those settings you can get the demo to run at normal speeds but they need to be solved properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants