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
- “Assertion failed on expression” errors thrown when undoing Nodes creation with keyboard shortcut
- Crash on various stack traces when using Texture2D.CreateExternalTexture() while rendering
- Clicking on section text in Node Library > Context folder throws NullReferenceException errors
- Node Library window sections text in Context folder are not visible when Editor is set to Light Theme
- "Scene Depth Difference" Node has an input Port which is called Position WS, directly referring to the World Space Position, when only the View Space Position can reflect if the object's depth is below or above the Plane
Add comment