Search Issue Tracker
Fixed in 2018.2.X
Votes
1
Found in
2017.1.0f3
Issue ID
938560
Regression
No
Inconsistency with Resources.Load () - 'Resources.Load () as Sprite' does not load Sprite
Steps to reproduce:
1. Open user attached project
2. Open Resources/Scenes/Main.unity scene
3. Play the scene
4. Notice that the spriteRenderer.sprite = Resources.Load ("Sprites/S") as Sprite; command does not load
Expected result: spriteRenderer.sprite = Resources.Load ("Sprites/S") as Sprite; should load a sprite
Reproduced in: 2017.3.0b1, 2017.2.0b1, 2017.1.1p3, 5.6.3p4, 5.5.4p5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
- Editor crashes on D3D12GetInterface when repeatedly enabling and disabling 256 text components
Add comment