SPECIFIC ISSUE ENCOUNTERED
On newer iPhone models (16 and 17) running iOS 26, Google Cardboard VR rendering behaves incorrectly
The same app build:
- renders correctly on older iPhones (11–13)
- shows double-rendering (see screenshots) on iPhone 16 / 17
- and after applying workarounds, produces a significantly dimmed final image (only on iPhone 16 / 17; again, always works correctly on older iPhones)
I figured it may be a device- or OS-level rendering behavior change that affects Cardboard XR on newer hardware
SMARTPHONE:
- Device: iPhone 16, iPhone 17
- OS
- OS version: iOS 26
Tested devices and results:
- iPhone 11 Pro, iOS 18 — ✅
- iPhone 12 mini, iOS 26 — ✅
- iPhone 13, iOS 26 — ✅
- iPhone 16, iOS 26 — ❌ double-rendering / dim image
- iPhone 17, iOS 26 — ❌ double-rendering / dim image
EXPECTED BEHAVIOR
The VR scene should render once per eye with correct brightness and color, consistently across all supported iPhone devices
VERSIONS USED
What version of Google Cardboard are you using?
Cardboard XR Plugin 1.3.2
If you are using Cardboard XR Plugin:
SCREENSHOTS
Double rendering:

Dimming:

Expected:

ADDITIONAL CONTEXT
I found 3 workarounds to fix the original "double-rendering" issue, and they all helped, but led to the "dim image" issue:
- Setting
XRSettings.showDeviceView to false
- Adding an extra camera to override pixels on screen areas outside the VR lenses view:
- Depth higher than XR Camera
- Target Eye = None
- Solid black clear color
- Upgrading the project to Unity 6 LTS
With all these fixes, the double-rendering is gone on iPhone 16 / 17, but the final image becomes significantly dimmer. Older iPhones still render correctly in all setups I tried
SPECIFIC ISSUE ENCOUNTERED
On newer iPhone models (16 and 17) running iOS 26, Google Cardboard VR rendering behaves incorrectly
The same app build:
I figured it may be a device- or OS-level rendering behavior change that affects Cardboard XR on newer hardware
SMARTPHONE:
Tested devices and results:
EXPECTED BEHAVIOR
The VR scene should render once per eye with correct brightness and color, consistently across all supported iPhone devices
VERSIONS USED
What version of Google Cardboard are you using?
Cardboard XR Plugin 1.3.2
If you are using Cardboard XR Plugin:
What version of Unity are you using?
Select in which graphics API you can reproduce the bug.
SCREENSHOTS
Double rendering:



Dimming:
Expected:
ADDITIONAL CONTEXT
I found 3 workarounds to fix the original "double-rendering" issue, and they all helped, but led to the "dim image" issue:
XRSettings.showDeviceViewtofalseWith all these fixes, the double-rendering is gone on iPhone 16 / 17, but the final image becomes significantly dimmer. Older iPhones still render correctly in all setups I tried