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
- Different colors are present when Alpha channel is unclamped
- Visual Effects Forums link leads to generic Unity Forums
- The dithering node returns a blocky effect when the Render Scale is set to some values below 1
- [Android Module] Unity double writes files in the "StreamingAssets" folder when they are deleted using "IPostGenerateGradleAndroidProject" after the Grandle project is generated
- IndexOutOfRangeException and InvalidOperationException when clicking on the HTML log in the Console
Resolution Note:
This is a limitation of Apple's memory reporting tools and is not something Unity can fix.