Search Issue Tracker
Fixed in 1.0.0-preview.24
Votes
0
Found in [Package]
1.0.0-preview.23
Issue ID
1105496
Regression
No
Weird colors on camera feed using ARCore with HDR enabled in Graphics Settings
When running ARCore with HDR enabled on certain devices (some models of Samsung S8+ and S9+), the green and blue color values in the camera video feed appear swapped.
This affects both Google's ARCore SDK for Unity and the ARCore XR Plugin package from Unity. The issue was first identified by this GitHub issue: https://github.com/google-ar/arcore-unity-sdk/issues/244
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 1.0.0-preview.24):
The alpha channel of the camera texture appears to cause problems on some devices. This is unnecessary, since there is no blending required for the camera texture. Explicitly setting the alpha channel to 1 in the shader resolves the issue.