Search Issue Tracker
Fixed
Fixed in 0.4.5-exp.1
Votes
0
Found in [Package]
Issue ID
AXRB-148
Regression
No
ARCameraManager continuously tries to create light estimation tracker even after it fails
Sometimes a device may not support light estimation, therefore everytime ARCameraManager tries to call TryGetLatestFrame the native code should not continuously try to create light estimation tracker if light estimation is not supported, otherwise it spams the log.
[https://github.cds.internal.unity3d.com/unity/xr.sdk.androidxr-openxr/blob/main/com.unity.xr.androidxr-openxr/Source~/Source/Providers/CameraProvider.cpp#L22]
This function should probably have a check if it tried to create light estimation tracker previously but failed due to no support, it should not try to create a tracker again.
In essence, there should be some sort of mechanism to not spam log and have a one time error mentioning that light estimation will not be used if it failed to create light estimator due to unsupported error.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Font character thickness does not adjust properly in UI Toolkit text when changing Bold Weight in Font Asset
- Multiple "[...] is inaccessible due to its protection level" errors are thrown when opening project with Unity Version Control installed
- Sorting icons are tiny and misaligned in Import Activity window
- The Undo system does not record HideFlags.HideInHierarchy changes
- [Linux] Bug Reporter window is in Light mode when the Editor theme is Dark mode
Add comment