Search Unity

Play Asset Delivery - Streaming assets over 1GB

Discussion in 'Asset Bundles' started by MatePataki03, Apr 19, 2022.

  1. MatePataki03

    MatePataki03

    Joined:
    Apr 19, 2022
    Posts:
    1
    Hi everyone,

    My problem is that I have 1.7GB of videos in my streaming assets folder. They'd have to stay there in order for AVPro to play them.

    The Unity documentation for this is the following:

    "If the additional assets take more than 1GB of storage, Unity packs streaming assets into one asset pack and packs all other additional assets into another asset pack. Unity assigns the install-time delivery mode to the larger asset pack and assigns the fast-follow delivery mode to the smaller one."

    Is there any way to fit those videos into the streaming assets folder? I know that there is a limit of 1GB for install-time assets but for me it wouldn't be a problem to have 1 install time and 2 fast follow asset packs in my streaming assets.

    I've tried this structure but this doesn't seems to work

    -streaming assets
    -install.androidpack
    -fastfollow1.androidpack
    -fastfollow2.androidpack

    If you could recommend any solution that would be a life saver.

    Thanks for your help in advance!
    Mate Pataki