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
- Default Custom Components in project have Library counterparts
- [iOS]"The destination host has an erroneous SSL certificate" error is thrown when using UnityWebRequest to connect to the server with a self-signed certificate
- Freeze/crash on DynamicHeapAllocator::Allocate when opening a specific project
- Text Settings Inspector sections names have no padding
- UI elements shrinking, misaligned buttons, swapped icons, or incorrect styles when rapidly cycling through Scenes in the Player
Add comment