Search Issue Tracker
Not Reproducible
Votes
0
Found in
2017.3.1p4
Issue ID
1078733
Regression
No
Crash in UNITY_png_combine_row when using UrlTextureLoader multiple times
To reproduce:
1. Open attached project “zProject_541034.zip”
2. Open “Scene.unity” scene and build for iOS device
3. Deploy the project to iOS device
4. In Xcode navigate to on the left side Show the Debug navigator tab and select Memory
5. On iOS device press the buttons multiple times and observe as after every press of the button memory is not cleared and keeps stacking up
Expected result: memory is cleared after a button is pressed
Actual result: memory is not cleared and keeps stacking until device runs out of memory and crashes
Reproduced on:
2017.4.11f1 2018.1.9f2 2018.2.7f1 2018.3.0b1
Device reproduced on:
iPhone 7 Plus iOS 11.1
Also reproduced on Editor on iMac MacOS 10.13.5
Windows 10 machine
Google Pixel 2 XL Android: 8.1.0 Snapdragon 835 MSM8998 Adreno (TM) 540 OpenGL ES 3.2 710KPZK0465061
Notes:
on 2018.3.0b1 the memory is increasing more slowly, step by step (1830b1.png)
Buttons are using: UrlTextureLoader urlTextureLoader = gameObject.AddComponent<UrlTextureLoader>();
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
User error.