Search Unity

Video in assetbundle not loading in IL2CPP, working in Mono

Discussion in 'Asset Bundles' started by ben06feb, Nov 7, 2020.

  1. ben06feb

    ben06feb

    Joined:
    Oct 2, 2012
    Posts:
    42
    Hi, I have bundled my video and trying to load that video clip in unity video player, it is working fine in 32 bit version build (Mono), not at all working with IL2CPP (64 bit) - same working in Editor. Please do help me to resolve the issue. This is for Android platform.

    Regards,
    Ben
     
  2. nilsdr

    nilsdr

    Joined:
    Oct 24, 2017
    Posts:
    374
    loading video's from assetbundles on android is only supported if the bundle is loaded from the filesystem (instead of unity cache) and built as uncompressed

    there should be a warning in the logs if this is whats keeping it from working