Skip to content

Adaptive Resolution dynamically adjusts resolution of your app based on GPU load

License

Notifications You must be signed in to change notification settings

Pico-Developer/AdaptiveResolutionSample-Unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adaptive Resolution Sample shows how to use adaptive resolution to dynamically adjust resolution based on GPU load. This can be used to automatically increase quality (by increasing resolution) when GPU load is low. It can also help maintain stable FPS (by lowering resolution) when GPU load is high.

Development environment

  • Unity Editor: 2021.3.27f1
  • PICO Unity Integration SDK: 2.3.0
  • PICO Device: PICO 4
  • PICO Device's System Version: 5.7.0
  • Graphics API: Vulkan or OPENGL
  • Input System: 1.6.1
  • Rendering Pipeline: Built-in Renderer and URP
  • XR Interaction Toolkit: 2.3.2
  • XR Plugin Management: 4.3.3

Project settings

Item Setting
Stereo Rendering Mode Multiview
Adaptive Resolution On
MSAA 4x
Number of light sources 1x Directional Light
HDR Off
Graphics API Vulkan

Optimization methods

  • Multiview rendering
  • Adaptive Resolution

About

Adaptive Resolution dynamically adjusts resolution of your app based on GPU load

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published