[Bug] Incorrect size of environmentDepthConfidenceTexture returned by AROcclusionManager #1105
Labels
bug
A bug in an ARFoundation-related package
needsinvestigation
Requires further investigation by Unity
After setting EnvironmentDepthMode in AROcclusionManager to Best environmentDepthTexture property returns texture with size 2048x1536. Confidence texture (environmentDepthConfidenceTexture property) returns texture with size 256x192.
Steps to reproduce the behaviour:
Expected behaviour
m_OcclusionManager.environmentDepthConfidenceTexture dimensions should be: 2048x1536 (same as environmentDepthTexture)
Actual behaviour
m_OcclusionManager.environmentDepthConfidenceTexture dimensions are: 256x192
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: