Unity-Technologies / arfoundation-samples

Example content for Unity projects based on AR Foundation
Other
3.04k stars 1.14k forks source link

[Bug] Memory leaks in the AR Collaboration Data scene on iOS #1082

Open yuchenz27 opened 1 year ago

yuchenz27 commented 1 year ago

Describe the bug When running the AR Collaboration Data scene on an iOS device, there were lots of memory leaks.

Screen Shot 2023-05-09 at 19 12 27

The memory leaks started to appear after the collaboration request was enabled.

subsystem.collaborationRequested = true;

To Reproduce Build the project on an iOS device, and use Xcode's Allocations & Leaks instrument to monitor the leaks.

Smartphone:

andyb-unity commented 1 year ago

Thanks for this report! Please file a bug via our official bug reporting process and let us know the bug number: https://unity3d.com/unity/qa/bug-reporting

yuchenz27 commented 1 year ago

Reported. The bug number is IN-41691.