Search Issue Tracker
Fixed
Votes
0
Found in
2019.4
2020.2
2020.2.0a13
Issue ID
1258055
Regression
No
Impossible to create a R16G16B16A16_SNorm (or UNorm) Texture array
How to reproduce:
1. Open the attached "New Unity Project.zip" project
2. Open the "SampleScene" Scene
3. Enter the PlayMode
Expected result: R16G16B16A16_SNorm Texture array is created successfully
Actual result: Creating R16G16B16A16_SNorm Texture array results in an error
Reproducible with: 2019.4.2f1, 2020.1.0b14, 2020.2.0a16
Full error:
Texture creation failed. 'R16G16B16A16_SNorm' is not supported for Sample usage on this platform. Use 'SystemInfo.IsFormatSupported' C# API to check format support.
UnityEngine.Texture2DArray:.ctor (int,int,int,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.Experimental.Rendering.TextureCreationFlags,int)
Test:Start ()
Notes:
Could not test in 2018 because of Argument errors
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on ForwardRenderLoopJob when opening a specific project
- [Android] Memory leak and eventual crash on Snapdragon 8 Gen 1+ devices when a Clear Pass is executed after Framebuffer Fetch
- PhysicsRaycaster ray length is incorrect when casting from rotated Camera
- Crash on EnumerateDisabledKeywordsInVariantsArray or UNITY_XXH32 when rapidly saving ShaderGraph or VFXGraph changes
- White flickering artifacts are present on dynamic objects when doing rotation/movement and using APV
Add comment