Search Issue Tracker
By Design
Votes
0
Found in
5.5.0b3
Issue ID
832643
Regression
No
Unity can't read textures downloaded from Dropbox via script using WWW class
Steps to reproduce:
1. Open attached project "image_test.zip"
2. Open "test" scene
3. Enter play mode (script will download an image from dropbox)
- Message is printed out in console. Notice that downloaded textures height and width is 8. Even though the downloaded files dimensions are 436x548.
4. Exit play mode
5. Go to [project directory]/imageCache/ - there's the downloaded image
6. Import that image to opened project
- Console: Could not read texture from file (image attached)
7. Select imported texture
- NullReferenceException is thrown in the console along with other error/warning messages(image attached)
Reproduced with: 5.3.6f1, 5.4.1p1, 5.5.0b3 on Windows
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Sprite Editor Window not visualizing changes when selecting different Filter Modes
- Crash on UnityEngine.Rendering.RenderPipelineAsset:InternalCreatePipeline () when opening a project
- The Texture Shape of an Image changes from 2D to a Cube when the project is upgraded to 2019 and above
- Building 3D Sample Scenes (URP) Project fails
- Alpha channel is disabled when Alpha Clip Threshold is set to 0
Add comment