UnityPlugin-AVProVideo icon indicating copy to clipboard operation
UnityPlugin-AVProVideo copied to clipboard

Files not removed from cache

Open AdrianRCG opened this issue 1 year ago • 5 comments

Please DO NOT LINK / ATTACH YOUR PROJECT FILES HERE

Describe the issue We lad in our project many Videos via stream and cache them. But when we try to remove them from cache they are still present in the app settings and further more there are duplicates too (because they aren't removed properly).

Are we missing something like any setting that removing from cache is possible? Also there often some bookmarks missing.

Your Setup (please complete the following information):

  • Unity version: 2022.3.11f1
  • AVPro Video version (number and edition (trial/core/ultra/enterprise)): 2.8.5 Ultra
  • Operating system version: macOS
  • Device model: MacStudio

To Reproduce

  1. Build with Unity for IOS with Xcode 15.0.1
  2. Cache Videos with mediaPlayer.Cache.AddMediaToCache(url);
  3. Try remove from cache with mediaPlayer.Cache.RemoveMediaFromCache(url);
  4. In the iso Setting from the app there are still all cached videos.

Logs AVProVideo version 2.8.5-ultra build 1892 on iPhone 11 Pro running iOS 17.2 AVPro Video iOS version 2.8.5-ultra build 1892 built with Apple LLVM 13.1.6 (clang-1316.0.21.2.5) [AVProVideo] Initialising AVPro Video v2.8.5 (native plugin v2.8.5-ultra build 1892) on Apple A13 GPU/Metal (MT True) on IPhonePlayer no cached asset, will try to resolve bookmark data...

Please DO NOT LINK / ATTACH YOUR PROJECT FILES HERE

Instead email the link to us [email protected]

AdrianRCG avatar Mar 18 '24 12:03 AdrianRCG