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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
Add comment