Search Issue Tracker
Fixed in 2018.1.X
Votes
1
Found in
2017.1.0f3
Issue ID
949811
Regression
No
Texture2D.LoadRawTextureData() fails to load DXT1 texture with mipmaps data and throws a UnityException
Steps to reproduce:
1. Open attached project
2. Open "dds_test" scene
3. Enter play mode
4. Observe the exception thrown in the console
Expected behavior: Texture2D.LoadRawTextureData() successfully loads texture with mipmaps data
Actual behavior: Texture2D.LoadRawTextureData() fails to load texture with mipmaps data and throws a UnityException
Reproducible with: 5.6.3p3, 2017.1.1p2, 2017.2.0f1, 2017.3.0a7
UnityException: LoadRawTextureData: not enough data provided (will result in overread).
UnityEngine.Texture2D.LoadRawTextureData (System.Byte[] data) (at C:/buildslave/unity/build/artifacts/generated/common/runtime/TextureBindings.gen.cs:322)
dds_script.Copy (UnityEngine.Texture2D cmpTex) (at Assets/dds_script.cs:11)
dds_script.Start () (at Assets/dds_script.cs:34)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- SpeedTree importer fails to import .st files when path to the project includes a special character
- [VFX Graph] HSLS Redefinition error when input have the same name as attributes
- [VFX Graph] HLSL VFXFIXED_RAND isn't working
- Crash on Meta Quest 2 when using Vulkan
- Greyed out Icon for Tool Context is misaligned in the Tools Overlay in the URP 3D Sample Template
Add comment