Search Issue Tracker
Won't Fix
Votes
4
Found in
2018.2.0f2
Issue ID
1062030
Regression
No
[iOS][VideoPlayer][Memory] Loading a video via clip/url memory spikes in 'other processes' memory
To reproduce:
1. Open users attached project "New Unity Project.zip"
2. Build for iOS device
3. Open built project with Xcode
4. Run it on iOS device
5. In Xcode on the left select Show the Debug navigator tab and select Memory
6. On iOS device switch to H265 4K video and observe as "other processes" have a memory jump
Expected result: the memory spike would show as the app memory not "other processes"
Actual result: memory spikes are shown as "other processes"
Reproduced on:
2017.2.3p3 2017.3.2f1 2017.4.8f1 2018.1.9f1 2018.2.2f1 2018.3.0a6
Device reproduced on:
iPhone 7 iOS 11.0
Notes:
The user is loading multiple videos at the same time and getting memory crashes because of this.
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note:
This is a limitation of Apple's memory reporting tools and is not something Unity can fix.