Search Issue Tracker
By Design
Votes
0
Found in
2017.4
2019.2.21f1
2020.2
Issue ID
1226977
Regression
No
Images are not recognized by the Editor when Images are directly added on StreamingAssets folder
Steps to reproduce:
1. Open the attached project "Case_1226977"
2. Navigate to Project -> Assets ->StreamingAssets
3. Notice Image Assets are not recognized as Images
Expected results: Assets with specific file format are recognized
Actual results: Images are not recognized as image Assets in the StreamingAssets folder
Reproducible with: 2017.4.38f1, 2020.2.0a5
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Resolution Note:
StreamingAssets folder is dedicated to copy raw data to the build. Therefore images which are in this folder will not be treated through an importer providing user input manipulation.