godotengine / godot-demo-projects

Demonstration and Template Projects
https://godotengine.org
MIT License
5.83k stars 1.63k forks source link

XR demos: Add check for VRS/foveation in start vr script #1022

Closed BastiaanOlij closed 5 months ago

BastiaanOlij commented 6 months ago

Adds checks in start vr script for our VRS/Foveation settings.

If mobile renderer is used, VRS is enabled on the viewport. If compatibility renderer is used, we check if the OpenXR setting is set and warn the user if not (no way to enable after starting).

Both XR demos will have foveation settings enabled.