Search Issue Tracker
Duplicate
Votes
1
Found in
Issue ID
1152258
Regression
Yes
[XR] Modifying XRSettings.eyeTextureResolutionScale always fails
How To Reproduce:
1) Create a new project.
2) Enable XR with a Windows Standalone target.
3) Create a script to change XRSettings.eyeTextureResolutionScale at runtime.
Expected Results: The eyeTextureResolutionScale is changed correctly when modified in playmode.
Actual Results: Adjusting eyeTextureResolutionScale fails and results in the error:
"The Requested Render Scale: 0.500000, is too large. Not enough memory to allocate Eye Textures. VRSettings.renderScale reverted to 1.000000.
UnityEngine.XR.XRSettings:set_eyeTextureResolutionScale(Single)"
Reproducible in: 2019.3.0a3 (e289e67be1a5)
Notes: Occurs regardless of stereo rendering mode.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Joint Physics result in unexpected behaviors when used for articulated vehicles like buses or trucks
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts which worked with TMP Font Asset Creator
This is a duplicate of issue #1130382