Search Issue Tracker
Fixed in 5.5.2
Votes
0
Found in
5.5.0f3
Issue ID
859800
Regression
No
Creating a sprite from a texture accesses out of bounds array
Steps to reproduce:
1. Open attached project "SpriteTest.zip"
2. Add "Test" scene to build settings and build WSA Universal 10 SDK
3. Open VS solution
4. Deploy on local machine and close application
5. Move "test.png" and "valid.png" from Assets folder to "C:\Users\[User]\AppData\Local\Packages\[AppName]\LocalState\"
6. Run the player
7. Press "Button"
Result: Player crashes when trying to create Sprite from a texture ("test.png")
8. Open attached project "SpriteTest.zip"
9. Open "ReadTexture.cs" and change "string sprite" value to "valid.txt" (line 13)
10. Repeat steps 2-7
Result: Sprite is created from a texture ("valid.png")
Expected behavior: Sprite is created from a texture ("test.png")
Reproducible with: 5.3.1f1, 5.4.3p3, 5.5.0p1, 5.6.0b1
Also see attached Callstack
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
Add comment