Search Issue Tracker
Duplicate
Votes
15
Found in
4.6.3f1
Issue ID
675546
Regression
Yes
[iOS] Memory leak in GetPixels and GetPixels32
To Reproduce:
1. Open & deploy the attached project to iOS.
2. After run transfer the debug session to instruments profiler.
3. Observe that memory usage continues to grow until the app crashes due to 'memory pressure'.
This increase in memory usage is not visible in Xcode, it shows that it's only around 100-200mb at the time of crash.
-
chimn
Jun 11, 2015 07:04
I got the same problem in Unity 4.6.5 for iOS project.
Memory usage increases sooooon when calling webcamTexture.GetPixels32 () or webcamTexture.GetPixels()
The problem seems exist for months, can you fix it ASAP? -
Henning_Justare
Mar 30, 2015 10:35
Have been working on project on Android (easier as I'm on PC) for about two months now, keeping up to date with the newest unity ver. So I was a bit shocked, when I had to show the project to the customer on iPad and it crashed after a few minuter, as the memory was leaking bad on IOS.
Hope it'll be fixed soon..Thanks for a great product :)
-
tkikuike
Mar 26, 2015 07:42
This simple code cause crash. Unity5.0.0f4 / IL2CPP Universal / iPhone5 ( iOS7)
In Unity4.6.1(mono), this code works, and memory doesn't leak.
-------------------------------------------
void Update()
{
if (webcamTexture != null && webcamTexture.isPlaying) {
Color32[] pixels = webcamTexture.GetPixels32 (); // cause error
}
}
-------------------------------------------> 2015-03-24 14:44:36.925 ProductName[991:60b] Received memory warning.
> WARNING -> applicationDidReceiveMemoryWarning()Reference Post:
http://forum.unity3d.com/threads/ios-crashing-after-using-webcamtexture.299306/ -
DRhodes
Mar 26, 2015 03:06
I can confirm that WebCamTexture.didUpdateThisFrame is not working with iOS 8 in Unity 5.0.0.f4, as well.
-
Leekafka
Mar 24, 2015 16:11
Also, it seems that "WebCamTexture.didUpdateThisFrame" is not working properly on iOS 8 with Unity 4.6.3p3.
-
beetlejesss
Mar 18, 2015 17:36
This is causing a crash in our iOS app after we access the camera function (both in iOS 8 and iOS 7).
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
- SpeedTree does not move when using WindZone
- "Undeclared identifier 'LinearToSRGB'" error is thrown when creating a color variable with HDR color mode and assigning a Custom Render Texture target in Shader Graph
- Input System package is missing when creating a new HDRP project
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
This is a duplicate of issue #684028